📅  最后修改于: 2022-03-11 15:03:47.039000             🧑  作者: Mango
##When you download after you need to install all package in package.json
> npm install --save
##then you need to start another terminal
> npm start -- --reset-cache / npm start / react-native start
##It's for starting your bundle, finally you can run your project
> react-native run-android