Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 748 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 748 Bytes

React Native Guide 入门

ReactNative开发入门,制作了一个ListView实现的原生列表App,数据使用fetch从http url获取。

用于部门内部技术分享的程序demo和讲课pdf。

代码内含详细改动注释。

文件介绍

  1. 0original.js ReactNative init生成的原始index.ios.js文件
  2. 1course.js 简单的文本改动
  3. 2singleRow.js 单行列表,字符串常量
  4. 3singleRowWithData.js单行列表,数据变量
  5. 4multiRowWithArray.js 多行列表,引入List�View,使用数组数据
  6. 5multiRowWithFetch.js 多行列表,使用fetch获取URL数据接口
  7. 6multiRowWithFetchUE.js 用户体验优化,在加载完成前加入loading的View。

PDF文件

技术分享课件