2.0.3 • Published 6 months ago
rn-android-photo-picker v2.0.3
rn-android-photo-picker
photo picker implementation for Android
Installation
npm install rn-android-photo-picker
yarn add rn-android-photo-picker
Usage
import AndroidPhotoPicker from 'rn-android-photo-picker';
// ...
const options = {
mediaType: 'photo',
cameraType:cameraType,
quality: 1,
};
AndroidPhotoPicker.launchImageLibrary(options , (res) => {
console.log('res', res);
// handle the response
})
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