Skip to content

weiningtry7/react-native-image-picker

Repository files navigation

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

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

原生框架依赖

安装

yarn add @hotta/react-native-imagepicker@0.1.3

使用方法

import HTImagePicker from '@ht/react-native-image-picker/src';
const options: any = {
      mediaType: 'photo',
      sortOrder: 'asc',
    }
const response = await HTImagePicker.asyncShowImagePicker(options);