React-Native学习

1、推荐5个值得学习React Native的开源项目
http://www.tuicool.com/articles/BrIvMvE
2、React-Native中文网
http://reactnative.cn/
3、facebook-github
https://github.com/facebook/react-native
4、react-native 学习指导
https://github.com/reactnativecn/react-native-guide
5、react-native 的生命周期
http://www.race604.com/react-native-component-lifecycle/?utm_source=tuicool&utm_medium=referral
6、react-natie加载框组件
https://github.com/maxs15/react-native-spinkit

常用命令:
1、启动package server
—-react-native start
2、运行android项目
—react-native run-android
3、重装项目
—-gradlew installDebug

你可能感兴趣的:(安卓)