一、
Question:
Module `react-native-*` does not exist in the Haste module map
Solution:
1、npm install react-native-* -save
( 注意: react-native-*
为插件名称)
2、yarn start --reset-cache
or npm start --reset-cache
Solution:
1、npm install react-native-* -save
( 注意: react-native-*
为插件名称)
2、yarn start --reset-cache
or npm start --reset-cache