Bindings of react-native-image-picker module
npm install bs-react-native-image-pickerBindings of react-native-image-picker module
```
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.
``
npm run build
```
npm run start