Skip to content

Commit 8a806fe

Browse files
authored
Merge pull request #35 from lionep/patch-1
Fix a Typo in Android title in Readme
2 parents 3897e14 + f6d2903 commit 8a806fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ react-native-blob-util version 0.10.16 and up is only compatible with react nati
1818
- Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN (experimental)
1919
- JSON stream supported base on [Oboe.js](https://github.com/jimhigson/oboe.js/) @jimhigson
2020

21-
## Andorid 10 & 11
21+
## Android 10 & 11
2222
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.
2323
This currently limits the library to create files in its own directory. This directory is not accessible by other apps.
2424
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

Comments
 (0)