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
A project committed to making file access and data transfer easier and more efficient for React Native developers.
@@ -8,7 +8,7 @@ Also changes are made for feedback (rejected promise) if there is no app to open
8
8
9
9
# Version Compatibility Warning
10
10
11
-
rn-fetch-blob version 0.10.16 is only compatible with react native 0.60 and up. It should have been a major version bump, we apologize for the mistake. If you are not yet upgraded to react native 0.60 or above, you should remain on rn-fetch-blob version 0.10.15
11
+
react-native-blob-util version 0.10.16 is only compatible with react native 0.60 and up. It should have been a major version bump, we apologize for the mistake. If you are not yet upgraded to react native 0.60 or above, you should remain on react-native-blob-util version 0.10.15
12
12
13
13
## Features
14
14
- Transfer data directly from/to storage without BASE64 bridging
@@ -56,21 +56,21 @@ In `0.8.0` we introduced experimental Web API polyfills that make it possible to
56
56
Install package from npm
57
57
58
58
```sh
59
-
npm install --save rn-fetch-blob
59
+
npm install --save react-native-blob-util
60
60
```
61
61
62
62
Or if using CocoaPods, add the pod to your `Podfile`
63
63
64
64
```
65
-
pod 'rn-fetch-blob',
66
-
:path => '../node_modules/rn-fetch-blob'
65
+
pod 'react-native-blob-util',
66
+
:path => '../node_modules/react-native-blob-util'
67
67
```
68
68
69
69
After `0.10.3` you can install this package directly from Github
70
70
71
71
```sh
72
72
# replace <branch_name> with any one of the branches
0 commit comments