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
- Host: GitHub
- URL: https://github.com/dckt/bs-react-native-image-picker
- Owner: DCKT
- License: apache-2.0
- Created: 2019-01-25T13:35:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T15:34:14.000Z (over 7 years ago)
- Last Synced: 2025-04-05T16:35:09.896Z (about 1 year ago)
- Topics: bs-react-native, bucklescript, bucklescript-bindings, react-native, reason
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```