@hotta/react-native-imagepicker
v0.1.4
Published
@hotta/react-native-imagepicker
Downloads
132
Readme
基于react-native0.82版本的图片选择器(TurboModule)
This is a fork of react-native-syan-image-picker
原生框架依赖
Android: PictureSelector - by LuckSiege
iOS:TZImagePickerController - by banchichen
安装
yarn add @hotta/[email protected]使用方法
import HTImagePicker from '@ht/react-native-image-picker/src';
const options: any = {
mediaType: 'photo',
sortOrder: 'asc',
}
const response = await HTImagePicker.asyncShowImagePicker(options);