@reason-react-native/image-picker
ReasonML /
BuckleScript bindings for
react-native-image-picker.
Exposed as ReactNativeImagePicker module.
@reason-react-native/image-picker X.y._ means it's compatible with
react-native-image-picker X.y._
Installation
When
react-native-image-picker
is properly installed & configured by following their installation instructions,
you can install the bindings:
npm install @reason-react-native/image-picker
# or
yarn add @reason-react-native/image-picker@reason-react-native/image-picker should be added to bs-dependencies in your
bsconfig.json. Something like
{
//...
"bs-dependencies": [
"reason-react",
"reason-react-native",
// ...
+ "@reason-react-native/image-picker"
],
//...
}Usage
open ReactNativeImagePicker;
ImagePicker.(
launchCamera(
Options.make(
~title="Take a picture",
~cameraType=`back,
~mediaType=`photo,
~permissionDenied=
Options.PermissionDenied.options(
~title="Permission denied !",
~text="text",
~reTryTitle="Retry",
~okTitle="Ok !",
),
(),
),
res => {
Js.log(res##uri);
Js.log(res##path);
}
)
);Changelog
Check the changelog for more informations about recent releases.
Contribute
Read the contribution guidelines before contributing.
Code of Conduct
We want this community to be friendly and respectful to each other. Please read our full code of conduct so that you can understand what actions will and will not be tolerated.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
