我似乎无法让 react-native-camera 在 Expo 中工作。这是我收到的错误的屏幕截图:
该错误源自index.js
调用的 react-native-camera 的第 62 行NativeModules.CameraManager
。这是否与无法访问某些本机 API 的博览会有关?
已经采取的步骤:
- react-native 链接 react-native-camera
- 守望者手表德尔所有
- rm -rf node_modules && npm install
- rm -fr $TMPDIR/react-*
- npm start -- --reset-cache
重新开始构建
我还通过创建了一个常规的 react native 应用程序,react-native init
并且能够正确设置 react-native-camera 没有任何问题。