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
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,3 @@
1
-
## New Maintainers
2
-
3
-
We make quite a bit of use of react-native-fetch-blob at Jolt and would like to maintain the project. Feel free to open issues, PRs, etc. here as you would on the original repository. We will be investigating a new npm namespace under which to publish future versions of this library.
4
-
5
-
<br>
6
-
7
-
## About Pull Requests
8
-
9
-
Bugfixes should be applied to the `0.10.9` branch and new features should be applied to the `0.11.0`. Documentation/README updates can be applied directly to `master`.
*[Android Media Scanner, and Download Manager Support](#user-content-android-media-scanner-and-download-manager-support)
@@ -650,7 +638,7 @@ RNFetchBlob.fs.readStream(
650
638
console.log('oops', err)
651
639
})
652
640
ifstream.onEnd(() => {
653
-
<Image source={{ uri :'data:image/png,base64'+ data }}/>
641
+
<Image source={{ uri :'data:image/png,base64'+ data }}
654
642
})
655
643
})
656
644
```
@@ -845,4 +833,4 @@ See [release notes](https://github.com/wkh237/react-native-fetch-blob/releases)
845
833
### Development
846
834
847
835
If you're interested in hacking this module, check our [development guide](https://github.com/wkh237/react-native-fetch-blob/wiki/Home), there might be some helpful information.
0 commit comments