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
网友评论