/bs-rn-fetch-blob

Reason/BuckleScript bindings for rn-fetch-blob

Primary LanguageOCamlMIT LicenseMIT

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