【发布时间】:2016-07-15 08:28:46
【问题描述】:
我最近想将一个 react-native 项目重置为最新版本,因此我初始化了种子项目 - “AwesomeProject”...问题是它带有 19 个“开箱即用”的流类型错误
node_modules/react-native/Libraries/CustomComponents/NavigationExperimental/NavigationCardStackStyleInterpolator.js
lines:91,94,97,104,107,137,142,148
node_modules/react-native/Libraries/CustomComponents/NavigationExperimental/NavigationHeaderStyleInterpolator.js
lines:57,68,74,87,94
node_modules/react-native/Libraries/Experimental/WindowedListView.js
lines:629, 629, 665,665
node_modules/react-native/Libraries/Image/Image.ios.js
line:272
我不愿意对这些文件进行更改,因为它可能会产生连锁反应。有人有解决办法吗?
【问题讨论】:
标签: react-native flowtype