
react-native
bunny小巴
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
React Native网络请求(Frisbee网络框架)
Frisbee介绍这是GitHub上JavaScript一款网络请求框架,使用方便,很大程度简化了react原始的网络请求方式,仓库地址:https://github.com/joinspontaneous/frisbee使用 下载nmp方式:命令行执行npm install --save frisbee 引入在JavaScript文件中引用import Frisbee from 'frisbee'原创 2017-04-12 18:08:32 · 2799 阅读 · 1 评论 -
WebStrom 2017激活
License server: http://idea.iteblog.com/key.php License server: http://idea.imsxm.com/ License server: http://114.215.133.70:41017 Active code: 43B4A73YYJ-eyJsaWNlbnNlSWQiOiI0M0I0QTczWV原创 2017-05-17 15:27:28 · 4201 阅读 · 1 评论 -
运行react-native官方Examples步骤总结(Windows)
学习react-native就跟当初学习android一样,环境搭建完毕,代码也不知道怎么写,如果也没有demo运行一下看看这是个什么东西,总觉得RN很神秘复杂的样子。FaceBook官方早已经给我们准备了很好的学习资料,就是github上的官方demo,那如何跑到模拟器上,官方的介绍是相当简洁,但既然是官方的,那就按照人家说的试着做吧,同样作为初学者的我,耗费了两天时间才把这个demo运行到模拟器原创 2017-02-14 18:22:24 · 3983 阅读 · 3 评论