在我将shoutem ui安装到我的项目并导入到我的ui后,我遇到了这个错误。“捆绑失败:错误:无法解析模块`react-native/Libraries/StyleSheet/ColorPropType.js”
我尝试遵循 react-native 错误页面中的建议
- 清除守望者手表:
watchman watch-del-all
。- 删除
node_modules
文件夹:rm -rf node_modules && npm install
. - 重置 Metro Bundler 缓存:
rm -rf /tmp/metro-bundler-cache-*
或npm start -- --reset-cache
. - 移除急速缓存:
rm -rf /tmp/haste-map-react-native-packager-*
.
- 删除