0.6.0 • Published 11 months ago
@grupalia/react-native-photo-picker v0.6.0
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