我正在尝试在 Visual Studio 代码中使用反应原生图像选择器。
尝试链接图像选择器“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.