react-native-ofo
react-native-ofo copied to clipboard
找不到 install link后提示 ReactNativePropRegistry
error: bundling: UnableToResolveError: Unable to resolve module react-native/Libraries/Renderer/shims/ReactNativePropRegistry
from ....../react-native-ofo/node_modules/native-base/dist/src/Utils/computeProps.js
: Module does not exist in the module map or in these directories:
找打问题了 react-native/Libraries/Renderer/shims/ReactNativePropRegistry 这个路径有问题,全局搜索ReactNativePropRegistry.js 找到文件后根据路径 修改上述路径即可 有4-5处需要修改的地方
修复上述问题后还是会崩溃
native-base 版本的原因 https://github.com/GeekyAnts/NativeBase/issues/1039