📜  如何运行裸 react-native 项目 - Javascript 代码示例
📅  最后修改于: 2022-03-11 15:02:09.830000             🧑  作者: Mango
代码示例1
//first run the RN project
npx react-native start
//Then run with emulator
npx react-native run-android