@grupalia/react-native-photo-picker
v0.6.0
Published
Provides access to Android's PhotoPicker
Downloads
346
Readme
react-native-photo-picker
Provides access to Android Photo Picker
Installation
# with npm
npm install @grupalia/react-native-photo-picker
# with yarn
yarn add @grupalia/react-native-photo-picker
Usage
import RNPhotoPicker from '@grupalia/react-native-photo-picker';
// ...
RNPhotoPicker.launchPicker(options).then((result) => {
if (result) {
setImage(result.uri);
}
});
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library with create-react-native-library