Skip to content
Ron Radtke edited this page Feb 5, 2022 · 4 revisions

React-Native-Fetch-Blob Wiki

API documents Click Here

Install Package From Specific Branch (0.10.3+ only)

After 0.10.0 we've changed project structure so that developers can upgrade and change easier. To install the library from a particular branch, use the following command

## Format
$ npm install --save git://github.com/RonRadtke/react-native-blob-util.git#THE_BRANCH_NAME_HERE
## Example, install from branch issue-296
$ npm install --save git://github.com/RonRadtke/react-native-blob-util.git#issue-296
Clone this wiki locally