Skip to content

DCKT/bs-react-native-image-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages