[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


http://facebook.github.io/react-native/docs/getting-started.html

以上是关于[react-native]Getting Started for Android on Windows的主要内容,如果未能解决你的问题,请参考以下文章

React-Native 当前url和cookies的获取

记学习react-native

记学习react-native

react-native练手(android版)

React-Native 实现无限轮播

使用模拟器调试react-native步骤(安卓机)