2.0.3 • Published 6 months ago

rn-android-photo-picker v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

2.0.3

6 months ago

2.0.2

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago