React Native(v0.57.1)编译过程中出现的错误及解决方案

react-native run-ios时碰到的错误

1.Error:Module @babel/runtime/helpers/interopRequireDefault does not exist in the Haste module map。


错误图片

解决方案如下:

npm add @babel/runtime
npm install

参考链接:https://github.com/facebook/react-native/issues/21310

React Native iOS打包参考链接:https://www.jianshu.com/p/5bdce8da4d88

你可能感兴趣的:(React Native(v0.57.1)编译过程中出现的错误及解决方案)