React本机照片选择器 源码
React本机照片选择器 用于React Native包装器 用法 import { pickPhoto } from 'react-native-photo-picker' ; pickPhoto ( ( err , photoURL ) => { // photoURL contains the URL to the selected photo, or null if // the user canceled } )
下载地址
用户评论