安装nodejs
安装react-native-cli
npm install -g react-native-cli
安装android studio
创建项目并编译运行
react-native init HelloWorld
cd HelloWorld
react-native run android
http://facebook.github.io/react-native/docs/getting-started.html
时间: 2024-11-05 14:58:05