项目作者: rescript-react-native

项目描述 :
ReScript bindings for rn-fetch-blob
高级语言: Reason
项目地址: git://github.com/rescript-react-native/fetch-blob.git
创建时间: 2019-09-03T06:53:51Z
项目社区:https://github.com/rescript-react-native/fetch-blob

开源协议:MIT License

下载


@rescript-react-native/fetch-blob

Build Status
@rescript-react-native/fetch-blob"">Version
ReScript Forum

ReScript bindings for
rn-fetch-blob.

Exposed as ReactNativeFetchBlob module.

⚠️ Incomplete bindings!

@rescript-react-native/fetch-blob X.y.* means it’s compatible with
rn-fetch-blob X.y.*

Installation

When rn-fetch-blob is properly
installed & configured by following their installation instructions, you can
install the bindings:

  1. npm install @rescript-react-native/fetch-blob
  2. # or
  3. yarn add @rescript-react-native/fetch-blob

@rescript-react-native/fetch-blob should be added to bs-dependencies in your
bsconfig.json:

  1. {
  2. //...
  3. "bs-dependencies": [
  4. "@rescript/react",
  5. "rescript-react-native",
  6. // ...
  7. + "@rescript-react-native/fetch-blob"
  8. ],
  9. //...
  10. }

Usage

@todo


Changelog

Check the changelog for more informations about recent
releases.

Contribute

Read the contribution guidelines before contributing.

Code of Conduct

We want this community to be friendly and respectful to each other. Please read
our full code of conduct so that you can understand what
actions will and will not be tolerated.