bs-react-native-image-picker
v1.0.2
Published
Bindings of react-native-image-picker module
Maintainers
Readme
bs-react-native-image-picker
Bindings of react-native-image-picker module
Installation
yarn add bs-react-native-image-pickerAdd it to your dependencies in bsconfig.json :
"bs-dependencies": [
...,
"bs-react-native-image-picker"
],You will have access to RNImagePicker module.
Dev
Build
npm run buildBuild + Watch
npm run start