[react-native]Getting Started for Android on Windows
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[react-native]Getting Started for Android on Windows相关的知识,希望对你有一定的参考价值。
安装nodejs
安装react-native-cli
npm install -g react-native-cli
安装android studio
创建项目并编译运行
react-native init HelloWorld
cd HelloWorld
react-native run android
用chrome调试
http://localhost:8081/debugger-ui
http://facebook.github.io/react-native/docs/getting-started.html
以上是关于[react-native]Getting Started for Android on Windows的主要内容,如果未能解决你的问题,请参考以下文章