|
1 | | -#react-native学习列表 |
| 1 | +# react-native学习列表 |
2 | 2 |
|
3 | 3 | 收集了react-native一些学习资源,列表会继续更新,大家有好的资源欢迎Pull Requests! |
4 | 4 | # 目录 |
|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 | | -###教程 |
| 21 | +### 教程 |
22 | 22 |
|
23 | 23 | [awesome-react-native](https://github.com/jondot/awesome-react-native) |
24 | 24 |
|
|
58 | 58 |
|
59 | 59 | [React Native开发经验集](http://www.jianshu.com/collection/45054b9e38c7) |
60 | 60 |
|
61 | | -###网站 |
| 61 | +### 网站 |
62 | 62 | [React-native组件库](https://js.coach/react-native/) |
63 | 63 |
|
64 | 64 | [React Native Modules](http://reactnativemodules.com/) |
65 | 65 |
|
66 | 66 |
|
67 | | -###工具 |
| 67 | +### 工具 |
68 | 68 | [开源的react-native IDE](https://github.com/decosoftware/deco-ide) |
69 | 69 |
|
70 | 70 |
|
|
81 | 81 | [redux-persist](https://github.com/rt2zz/redux-persist) |
82 | 82 |
|
83 | 83 | [alt](https://github.com/goatslacker/alt) flux的实现 |
84 | | -###项目 |
| 84 | +### 项目 |
85 | 85 |
|
86 | | -####demo |
| 86 | +#### demo |
87 | 87 | [HTML5 CSS3 code sample](https://github.com/lixinso/html5) |
88 | 88 |
|
89 | 89 | [react-native-hybrid-app-examples](https://github.com/dsibiski/react-native-hybrid-app-examples) iOS原生项目集成react-native的示例项目 |
90 | 90 |
|
91 | 91 | [react-native-redux-demo](https://github.com/ninty90/react-native-redux-demo) react-native使用redux的demo,结合这篇文章看效果更好,[在react-native中使用redux](http://www.jianshu.com/p/2c43860b0532) |
92 | 92 |
|
93 | | -####项目 |
| 93 | +#### 项目 |
94 | 94 | [React-Native-Gank](https://github.com/Bob1993/React-Native-Gank):为Gank.io做的一个React-Native客户端 |
95 | 95 |
|
96 | 96 | [f8app](https://github.com/fbsamples/f8app) facebook 官方f8 app |
|
102 | 102 | [FinanceReactNative](https://github.com/7kfpun/FinanceReactNative) Finance - 股票报价app |
103 | 103 |
|
104 | 104 | [react-native-nw-react-calculator](https://github.com/benoitvallon/react-native-nw-react-calculator) iOS/Android、Web、桌面多端 的计算器app |
105 | | -###库 |
| 105 | +### 库 |
106 | 106 |
|
107 | 107 | [react-native-desktop](https://github.com/ptmt/react-native-desktop) 通过react-native构建macOS app |
108 | 108 |
|
|
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
115 | | -####音视频相机 |
| 115 | +#### 音视频相机 |
116 | 116 |
|
117 | 117 | [react-native-barcodescanner](https://github.com/ideacreation/react-native-barcodescanner) 二维码扫描组件 |
118 | 118 |
|
119 | 119 | [react-native-camera](https://github.com/lwansbrough/react-native-camera) 相机组件 |
120 | 120 |
|
121 | 121 | [react-native-image-picker](https://github.com/marcshilling/react-native-image-picker) 可以从相机或者相册选择图片 |
122 | 122 |
|
123 | | -####图形动画 |
| 123 | +#### 图形动画 |
124 | 124 |
|
125 | 125 |
|
126 | | -####视图 |
| 126 | +#### 视图 |
127 | 127 | [react-native-button](https://github.com/ide/react-native-button) 按钮,因为react-native没有提供button |
128 | 128 |
|
129 | 129 | [react-native-scrollable-tab-view](https://github.com/skv-headless/react-native-scrollable-tab-view) 滑动的tab视图 |
130 | 130 |
|
131 | | -####listview |
| 131 | +#### listview |
132 | 132 |
|
133 | 133 | [react-native-sglistview](https://github.com/sghiassy/react-native-sglistview) 性能优化的listview |
134 | 134 |
|
135 | 135 | [react-native-tableview](https://github.com/aksonov/react-native-tableview) 桥接了原生的UITableView |
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
139 | | -###文章 |
| 139 | +### 文章 |
140 | 140 |
|
141 | 141 |
|
142 | 142 | [一个完整的Flexbox指南](http://www.w3cplus.com/css3/a-guide-to-flexbox.html) |
|
175 | 175 | ###react-native程序员 |
176 | 176 | [leecade](https://github.com/leecade) 作品[react-native-swiper](https://github.com/leecade/react-native-swiper) |
177 | 177 |
|
178 | | -###博客 |
| 178 | +### 博客 |
179 | 179 | [天猫前端](https://github.com/tmallfe/tmallfe.github.io/issues) |
180 | 180 |
|
181 | 181 | [掘金的React.js标签](http://gold.xitu.io/#/tag/React.js) |
|
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 | | -###License |
| 190 | +### License |
191 | 191 |  |
192 | 192 |
|
193 | 193 |
|
|
0 commit comments