1.0.2 • Published 7 years ago
bs-react-native-image-picker v1.0.2
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