ammarahm-ed / react-native-scoped-storage

MIT License
58 stars 10 forks source link

can't write file in android 13 #49

Closed giancarlolamedica closed 10 months ago

giancarlolamedica commented 10 months ago

openDocumentTree returns uri like this content://com.android.externalstorage.documents/tree/primary%3ADownload%2FTest/document/primary%3ADownload%2FTest writeFile fails printing to log File could not be created/does not exist

giancarlolamedica commented 10 months ago

the problem was the writeFile params order changed data now is second parameter, the documentation is not updated