JoaquimDmt
JoaquimDmt
For me RNFS.mkdir was working when I used `RNFS.mkdir(${RNFS.ExternalStorageDirectoryPath}).then(...` , but as soon as I changed for the new directory path that I want : `${RNFS.ExternalStorageDirectoryPath}/myAppFolder/`, it was always throwing...
> > For me RNFS.mkdir was working when I used `RNFS.mkdir(${RNFS.ExternalStorageDirectoryPath}).then(...` , but as soon as I changed for the new directory path that I want : `${RNFS.ExternalStorageDirectoryPath}/myAppFolder/`, it was...
Check the documentation, it should works on iOS, you juste need to change the directory path according to the environnement iOS or Android. Le lun. 12 avr. 2021 Ã 19:51,...
it's correctly showing to me the list of user but when I click on a user in the list it doesn't write it.