【发布时间】:2017-10-02 08:05:19
【问题描述】:
.flowconfig
...
[libs]
node_modules/react-native/Libraries/react-native/react-native-interface.js
node_modules/react-native/flow
flow/
...
index.js
import { View } from 'react-native'; ---> produce: react-native. Required module not found.
...
也许我的 flowconfig 库设置被破坏了?
- react-native 0.42.3
- flow-bin 0.45.0
【问题讨论】:
-
删除node_modules然后再次运行
npm install -
@ShubhamKhatri 谢谢,但这没有帮助
-
查看this answer。它对我有用。
标签: reactjs react-native flowtype