1.0.1 • Published 5 years ago

reactnative-multiimagepicker-android v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

reactnative-multiimagepicker-android React-Native MultipleImagePicker module for Android.

Installation $ npm install reactnative-multiimagepicker-android --save

Mostly automatic installation (react-native 0.59 and lower) react-native link @reactnative-multiimagepicker-android

Permissions - Android Add the required permissions in AndroidManifest.xml:

Usage MultipleImagePicker.pickImage( { multiple:true } ).then(images => { let imagesUri = images;
}).catch((error) => { alert(error) })