Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 764 Bytes

File metadata and controls

26 lines (18 loc) · 764 Bytes

基于react-native0.82版本的图片选择器(TurboModule)

This is a fork of react-native-syan-image-picker

原生框架依赖

安装

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);