新手小白学习reactnative遇到的坑
2017-03-03 本文已影响83人
zp秋枫暮霞
runtime is not ready for debugging.
顾名思义,没有启动debug.
新手小白不对处请指正
另附上官方文档链接
http://facebook.github.io/react-native/docs/troubleshooting.html
解决办法
进入到工程目录下 然后执行命令:
$ react-native start--port=8088
然后在终端运行
react-native run-ios
解决方法2: