我使用react-native-image-picker来获取图像形式的相机和照片库。我按照步骤在 xcode 中链接 react-native-image-picker。我还将编写代码以打开 imagePicker。但有一个错误。
注意:我将使用 0.46 进行本机反应。
在iOS和Android中成功链接。
我的代码:
import { ImagePicker } from 'react-native-image-picker'
和 onButton :
handleImagePickUp = () =>{
ImagePicker.launchImageLibrary(options, (response) => {
});
}
错误 :