1.0.2 • Published 5 years ago

bs-react-native-image-picker v1.0.2

Weekly downloads
-
License
Apache
Repository
-
Last release
5 years ago

bs-react-native-image-picker

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.

Dev

Build

npm run build

Build + Watch

npm run start