整理react native的资料
http://blog.csdn.net/jj120522/article/details/51900016 -----RN常见的错误
http://www.mamicode.com/info-detail-1195217.html---------ListView加载图片淡入淡出的效果
https://developer.mozilla.org/en-US/docs/Web/API/Request ------网络请求
http://www.tuicool.com/articles/AzQzEbq-------组件传值
http://blog.csdn.net/woshizisezise/article/details/51072351 ---scrollview动态加载
http://blog.csdn.net/wxs0124/article/details/50625176 -----TextInput 组件
http://bbs.reactnative.cn/topic/20/%E6%96%B0%E6%89%8B%E7%90%86%E8%A7%A3navigator%E7%9A%84%E6%95%99%E7%A8%8B
http://blog.csdn.net/Hello_Hwc/article/details/51444540
---------navigator的理解应用
http://blog.csdn.net/sunzhenglin2016/article/details/52780361 ----RN入门
http://www.cnblogs.com/thbbsky/p/5772460.html --RefreshControl的运用
https://github.com/gagakj/GaGaMall ---商城Demo
http://blog.csdn.net/u012915455/article/details/52594091 -----RN实现登录功能
http://blog.csdn.net/huaheshangxo/article/details/50960834 ------ListView
https://github.com/oblador/react-native-animatable
https://github.com/remobile/react-native-marquee-label
https://github.com/lan-xue-xing/thinking-react-native#%E4%B9%9D%E4%B8%AA%E7%94%9F%E5%91%BD%E5%91%A8%E6%9C%9F%E4%B8%80%E4%B8%AA%E7%BB%84%E4%BB%B6%E6%B8%B2%E6%9F%93%E5%8F%8A%E5%85%B6%E8%AE%B2%E8%A7%A3
https://github.com/fangwei716/30-days-of-react-native
http://www.jianshu.com/p/91fa0f34895e
http://www.lcode.org/react-native-api%E6%A8%A1%E5%9D%97%E4%B9%8Balert%E5%BC%B9%E5%87%BA%E6%A1%86%E8%AF%A6%E8%A7%A3%E5%8F%8A%E4%BD%BF%E7%94%A825/
http://www.phperz.com/article/15/1001/160686.html
http://www.tuicool.com/articles/M7NRr27
https://github.com/lidong1665/health
http://www.cnblogs.com/allenxieyusheng/p/5775322.html
http://www.cnblogs.com/ZSG-DoBestMe/p/5307421.html
http://bbs.reactnative.cn/user/sunnylqm
http://www.tuicool.com/articles/mQ7NZb7
https://developer.android.com/reference/android/support/v7/widget/Toolbar.html
整理react native的资料的更多相关文章
- React Native 学习资料
React Native 学习资料 学习资料 网址 React Native中文网 https://reactnative.cn/
- react native 学习资料整理
入门教程 深入浅出 React Native:使用 JavaScript 构建原生应用 http://www.appcoda.com/react-native-introduction/ 中文版 h ...
- react native学习资料
一:基础学习: react-native中文文档(react native中文网,人工翻译,官网完全同步)http://react-native.cn/docs/getting-started.htm ...
- react native 学习资料汇总
http://www.ejiakt.com/album/show/252 http://www.cocoachina.com/ios/20150408/11513.html http://www.os ...
- React Native资料汇总
React Native 官方文档中文版翻译 http://wiki.jikexueyuan.com/project/react-native/homepage.html REACT NATIVE开发 ...
- React Native笔记整理
判断一个APP页面时原生还是H5:http://www.cnblogs.com/sonice-cinsy/p/5671324.html 写给移动开发者的React Native指南:http://bl ...
- 【腾讯Bugly干货分享】React Native项目实战总结
本文来自于腾讯bugly开发者社区,非经作者同意,请勿转载,原文地址:http://dev.qq.com/topic/577e16a7640ad7b4682c64a7 “8小时内拼工作,8小时外拼成长 ...
- React Native环境配置和简单使用
# 前言 学习本系列内容需要具备一定 HTML 开发基础,没有基础的朋友可以先转至 HTML快速入门(一) 学习 本人接触 React Native 时间并不是特别长,所以对其中的内容和性质了解可能会 ...
- 谈谈React Native环境安装中我遇到的坑
谈谈React Native环境安装 这个坑把我困了好久,真的是接近崩溃的边缘...整理出来分享给大家,希望遇到跟我一样问题的小伙伴能尽快找到答案. 首先,这是在初始化App之后,react-nati ...
随机推荐
- 【Kubernetes】K8S网络方案--最近在看的
K8S网络-最近在看的 Create a Minikube cluster - Kubernetes Kubernetes Documentation - Kubernetes Kubernetes ...
- 不一样的dynamic解析json 万能方法
写过javascript的人都知道js解析json 1:(JSON) 字符串转换为对象. var str = '{"name":"lsw","hobb ...
- How to Fix GNOME License Not Accepted Issue on CentOS 7
This post assume that you have just finished the Gnome GUI installation on CentOS 7 by using “yum gr ...
- win10 安装framework3.5
win+x 点击命令提示符(个管理员) 输入dism.exe /online /enable-feature /featurename:NetFX3 /Source:H:\sources\sxs(解压 ...
- Android selecter背景选择器使用
android:drawable这个属性是必须的,默认时的背景图片. android:state_pressed布尔值.true指当用户点击或者触摸该控件的状态.默认为false android:st ...
- pip install Error - ReadTimeoutError: HTTPSConnectionPool
pip install Error OSX 终端更新pip出错 sudo pip install --upgrade pip : 1.ReadTimeoutError: HTTPSConnection ...
- LeetCode 359 Logger Rate Limiter
Problem: Design a logger system that receive stream of messages along with its timestamps, each mess ...
- Linux 昨天时间
今天date +%F昨天date -d yesterday +%F明天date -d tomorrow +%F七天前date -d "7 days ago" +%F
- (转载)org.springframework.web.context.ContextLoaderListener
http://www.yihaomen.com/article/java/471.htm 刚才手贱乱点了下,然后好像jar包不见了还是什么的,出现了这个错误,按照帖子说的,手动添加maven进去就好了
- 3ds max旋转简化后模型
简化后的模型无法与原场景直接匹配,因此需要以下步骤: 简化后的模型导入,原点在右上角 旋转后,方法是选中所有模型,右键->旋转 在偏移的x和y各输入180 还有做一些平移,微调 在导入整个she ...