【发布时间】:2020-10-20 10:13:07
【问题描述】:
我正在尝试在 Visual Studio 代码中使用 React 本机图像选择器。
尝试链接图像选择器“npx react-native link react-native-image-picker”的步骤及其链接成功,但是当我运行我的项目时出现以下错误:
Error: react-native-image-picker: NativeModule.ImagePickerManager is null. To fix this issue try these steps:
• Run `react-native link react-native-image-picker` in the project root.
• Rebuild and re-run the app.
【问题讨论】:
标签: react-native react-native-image-picker react-native-picker-select