An open API service indexing awesome lists of open source software.

https://github.com/dckt/bs-react-native-image-picker

BuckleScript bindings od react-native-image-picker module
https://github.com/dckt/bs-react-native-image-picker

bs-react-native bucklescript bucklescript-bindings react-native reason

Last synced: about 2 months ago
JSON representation

BuckleScript bindings od react-native-image-picker module

Awesome Lists containing this project

README

          

# bs-react-native-image-picker

BuckleScript bindings of react-native-image-picker module

## Installation

```
yarn add bs-react-native-image-picker
```

Add it to your dependencies in `bsconfig.json` :

```
"bs-dependencies": [
...,
"bs-react-native-image-picker"
],
```

You will have access to `RNImagePicker` module.

⚠️ Note : The argument `type` from response payload has been called `fileType`.

## Dev

### Build

```
npm run build
```

### Build + Watch

```
npm run start
```