React-Native 错误集

2018-11-07  本文已影响0人  小的小碰撞

常用命令

React Native 'config.h' file not found

cd node_modules/react-native/third-party/glog-0.3.5
../../scripts/ios-configure-glog.sh

缺少 node_modules/react-native/Libraries/WebSocket/libfishhook.a' xcode 报错

image.png

Failed to load bundle(http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false) with error:(Unable to resolve module react-native/Libraries/StyleSheet/normalizeColor from /Volumes/WORK/react-native-app/node_modules/antd-mobile-rn/lib/segmented-control/segmented.android.js: Module react-native/Libraries/StyleSheet/normalizeColor does not exist in the Haste module map

React-native no bundle URL present

React Native出错:Application XXX has not been registered解决方案

image.png
AppRegistry.registerComponent('PicShow', () => App);

'React/RCTBundleURLProvider.h' file not found

image.png

新建RN项目时在iOS端用xcode跑时有时会遇到 'React/RCTBundleURLProvider.h' file not found 错误,遇到这种错误一般有一下几种情况:

上一篇下一篇

猜你喜欢

热点阅读