Javascript 绑定失败:错误:无法解析模块`react native/Libraries/StyleSheet/ColorPropType.js`

Javascript 绑定失败:错误:无法解析模块`react native/Libraries/StyleSheet/ColorPropType.js`,javascript,react-native,ecmascript-6,react-native-ios,shoutem,Javascript,React Native,Ecmascript 6,React Native Ios,Shoutem,在将Shoute ui安装到项目中并导入到ui中后,出现了此错误。绑定失败:错误:无法解析模块`react native/Libraries/StyleSheet/ColorPropType.js 我已尝试按照react native error页面中的建议进行操作 清除看守人手表:看守人手表删除所有。 删除node_modules文件夹:rm-rf node_modules&&npm安装。 重置高速捆绑机缓存:rm-rf/tmp/Metro捆绑机缓存-*或npm启动-重置缓存。 移除haste

在将Shoute ui安装到项目中并导入到ui中后,出现了此错误。绑定失败:错误:无法解析模块`react native/Libraries/StyleSheet/ColorPropType.js

我已尝试按照react native error页面中的建议进行操作

清除看守人手表:看守人手表删除所有。 删除node_modules文件夹:rm-rf node_modules&&npm安装。 重置高速捆绑机缓存:rm-rf/tmp/Metro捆绑机缓存-*或npm启动-重置缓存。 移除haste缓存:rm-rf/tmp/haste map react本机打包机-*。
有些东西在版本>=0.58.x时坏了。 使用以下过程或使用react native
cp ./node_modules/react-native/Libraries/DeprecatedPropTypes/DeprecatedViewStylePropTypes.js ./node_modules/react-native/Libraries/Components/View/ViewStylePropTypes.js
cp ./node_modules/react-native/Libraries/DeprecatedPropTypes/DeprecatedColorPropType.js ./node_modules/react-native/Libraries/StyleSheet/ColorPropType.js
cp ./node_modules/react-native/Libraries/DeprecatedPropTypes/DeprecatedImageStylePropTypes.js ./node_modules/react-native/Libraries/Image/ImageStylePropTypes.js
  {
"scripts": {
"postinstall": "sh ./fix.sh"
 },
  "dependencies": {
    "@shoutem/ui": "^0.23.12",
    "react": "16.6.3",
    "react-native": "0.58.5"
  }
 }