我最近想将一个本机反应项目重置为最新版本,因此我初始化了种子项目 - " AwesomeProject" ...问题是它带有19个流式错误&#34 ;开箱即用"
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
我不愿意对这些文件进行更改,因为它可能会产生连锁效果。有没有人有解决方法?
答案 0 :(得分:0)
通常,只要您希望flow忽略文件,就可以在.flowconfig的[ignore]
部分指定该文件。
那就是说,我只是react-native init
' da project,使用react-native-cli 1.0.0和react-native 0.29.1,并在我项目的根目录上运行了一个流服务器,没有任何错误。