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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ react-native-blob-util version 0.10.16 and up is only compatible with react nati
16
16
17
17
## Features
18
18
19
-
- Access and write data to Android MedaiaStore (e.g. Downloads folder on devices > Android 9)
19
+
- Access and write data to Android Media Store (e.g. Downloads folder on devices > Android 9)
20
20
- Transfer data directly from/to storage without BASE64 bridging
21
21
- File API supports regular files, Asset files, and CameraRoll files
22
22
- Native-to-native file manipulation API, reduce JS bridging performance loss
@@ -971,7 +971,7 @@ After `0.8.0` we've made some [Web API polyfills](https://github.com/RonRadtke/r
971
971
972
972
## SettingAFileTransformer
973
973
974
-
Setting a file transformer will allow you to specify how data should be transformed whenever the library is writing into storage or reading from storage. A use caseforthis is if you want the files handled by this library to be encrypted.
974
+
Setting a file transformer will allow you to specify how data should be transformed whenever the library is writing into storage or reading from storage. A use caseforthis is if you want the files handled by this library to be encrypted.
975
975
976
976
If you want to use a file transformer, you must implement an interfacedefined in:
977
977
@@ -988,7 +988,7 @@ public class MainApplication extends Application implements ReactApplication {
0 commit comments