React Native入门学习笔记一(环境搭建windows+android)(未完)

前端之家收集整理的这篇文章主要介绍了React Native入门学习笔记一(环境搭建windows+android)(未完)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

win+android开发环境搭建


装备工作:

需要安装jdk、android sdk、nodejs、git

下载运行demo

git clone git@github.com:ruanyf/react-demos.git

安装react-native源码

执行命令检出项目:
git clone https://github.com/facebook/react-native.git

参考网址:
http://facebook.github.io/react-native/docs/getting-started.html

原文链接:https://www.f2er.com/react/306592.html

猜你在找的React相关文章