Hi. I use latest Expo.
Whatsapp, Aliexpress, Vk, Telegram - can create folders and files in storage folder.
- How to create folder in root of the storage in expo? Is it possible?
I need to create folder in /storage/emulated/0/MyApp - something like this. Any storage in phone.
– FileSystem. makeDirectoryAsync(“file://storage/emulated/0/mycrap”) isnt writable - How to ask READ/WRITE permissions?
I need a way to send some piece of data to Widget from my Expo App. Data is JSON or token for authorisation
Please help