You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ react-native-blob-util version 0.10.16 and up is only compatible with react nati
18
18
- Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN (experimental)
19
19
- JSON stream supported base on [Oboe.js](https://github.com/jimhigson/oboe.js/)@jimhigson
20
20
21
-
## Andorid 10 & 11
21
+
## Android 10 & 11
22
22
Android 10 introduced scoped storage for apps. Apps no longer can create own directories directly on the external storage or access files outside of the apps own directories.
23
23
This currently limits the library to create files in its own directory. This directory is not accessible by other apps.
24
24
If you want to open the files with another app (e.g. images) you can save it to the downloadDir and then open the file with actionViewIntent.
0 commit comments