1

我正在尝试在 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.
4

1 回答 1

0

出现这个错误主要有两个原因:

  1. 模块安装不正确。
  2. 更新到最新版本的图像选择器。

并且在下面的链接中给出了一些解决方案 - https://github.com/react-native-image-picker/react-native-image-picker/issues/1137

于 2021-01-14T16:48:29.647 回答