安装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
时间: 2025-01-05 00:18:35