react Native 开发过程中 遇到的问题
在启动项目时 遇到过Make sure you are either running a Metro server 错误
这边的意思时你没有启动捆绑包,所以无法启动项目。
在跟项目上运行npm start或react-native start ,
然后运行react-native run-android就可以了
react Native 开发过程中 遇到的问题
在启动项目时 遇到过Make sure you are either running a Metro server 错误
这边的意思时你没有启动捆绑包,所以无法启动项目。
在跟项目上运行npm start或react-native start ,
然后运行react-native run-android就可以了