ammarahm-ed / react-native-scoped-storage

MIT License
58 stars 10 forks source link

await ScopedStorage.copyFile crashes file #42

Open srochan opened 1 year ago

srochan commented 1 year ago

await ScopedStorage.copyFile("file://" + fileLocation, destinationUri)

This call crashes the app without any error

haidar4243 commented 1 year ago

facing the same issue. did you solve this issue?

krushalit commented 1 year ago

I used writeFile instead

haidar4243 commented 1 year ago

Can you please share that piece of code, that would be very helpful