.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的libs设置坏了?
- react-native 0.42.3
- flow-bin 0.45.0