@cca-io/bs-rn-fetch-blob
Version:
Reason/BuckleScript bindings for rn-fetch-blob
26 lines (18 loc) • 468 B
Markdown
[](https://bucklescript.github.io) bindings to [rn-fetch-blob](https://github.com/joltup/rn-fetch-blob).
```shell
yarn add bs-rn-fetch-blob rn-fetch-blob
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", "bs-react-native", "bs-rn-fetch-blob"],
...
}
```