BuckleScript bindings to rn-fetch-blob.
# yarn
yarn add bs-rn-fetch-blob rn-fetch-blob
# or npm
npm install bs-rn-fetch-blob rn-fetch-blob
Then add bs-rn-fetch-blob to the dependencies in your bsconfig.json, e.g.:
{
"name": "my-app",
...
"bs-dependencies": ["reason-react", "reason-react-native", "bs-rn-fetch-blob"],
...
}