This is a fork of react-native-syan-image-picker
-
Android: PictureSelector - by LuckSiege
-
iOS:TZImagePickerController - by banchichen
yarn add @hotta/react-native-imagepicker
import HTImagePicker from '@hotta/react-native-imagepicker';
const options: any = {
mediaType: 'photo',
sortOrder: 'asc',
}
const response = await HTImagePicker.asyncShowImagePicker(options);