React-Native 报错处理

一、

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

原文地址:https://www.cnblogs.com/developer-qin/p/12855474.html