0.2.0 • Published 5 years ago

@cca-io/bs-rn-fetch-blob v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

bs-rn-fetch-blob

BuckleScript bindings to rn-fetch-blob.

Installation

# 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", "bs-react-native", "bs-rn-fetch-blob"],
  ...
}