赞
踩
移动应用的开发分为ios和android两个平台,开发一款应用就需要做两次不同的开发。而react-native正好解决了这个问题,只需要写一次代码,便可生成两种平台的原生应用。
工具名称 | API | 工具版本 |
---|---|---|
Android SDK Tools | 24.3.4 | |
Android SDK Platfotm-tools | 23.0.1 | |
Android SDK Build-tools | 23.0.1 | |
SDK Platform | 23 | 1 |
Intel x86 Atom_64 System Image | 23 | 3 |
Intel x86 Atom System Image | 23 | 3 |
Local Maven repository for Support Libraries | 26 | |
Android Support Library | 23.2 |
具体如下:
npm install -g react-native-cli
等待自动安装react-native init AwesomeProject
,自动下载实例。该实例会自动放在 用户个人文件夹下C:\Users\username\AwesomeProject
其目录根据自身用户名查看环境搭建完成,建议仔细阅读官方文档来学习
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。