joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.84k stars 784 forks source link

App Crashing on android 9/10. #721

Closed akshaykatale99 closed 3 years ago

akshaykatale99 commented 3 years ago

After downloading the file application keeps crashing on android 9/10 even after allowing permissions.

labiebhn commented 3 years ago

same issue

akshaykatale99 commented 3 years ago

Fixed by adding this in AndroidManifest.xml

<application .... android:requestLegacyExternalStorage="true"

Check this: https://stackoverflow.com/questions/56821095/android-q-file-mkdirs-returns-false