/bs-react-native-fast-image

ReasonML / BuckleScript bindings for DylanVann/react-native-fast-image

Primary LanguageReasonMIT LicenseMIT

bs-react-native-fast-image

ReasonML / BuckleScript bindings for react-native-fast-image.

Exposed as ReactNativeFastImage module.

bs-react-native-fast-image X.y._ means it's compatible with react-native-fast-image X.y._

Installation

When react-native-fast-image is properly installed & configured by following their installation instructions, you can install the bindings:

npm install bs-react-native-fast-image
# or
yarn add bs-react-native-fast-image

bs-react-native-fast-image should be added to bs-dependencies in your bsconfig.json. Something like

{
  //...
  "bs-dependencies": [
    "reason-react",
    "reason-react-native",
    // ...
+    "bs-react-native-fast-image"
  ],
  //...
}

Usage

Types

ReactNativeFastImage.t

...

Methods

ReactNativeFastImage.method

...


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.