React-Native ListView

从今天开始记录下学习React-native的东西哈。
npm installl
npm start

先上固定写法,先创建一个对象,然后就是 row 和 section的固定写法。
this.state里面的是listview的datasource。


React-Native ListView_第1张图片
Paste_Image.png

第一个方法是row 第二个是section


React-Native ListView_第2张图片
Paste_Image.png

最后在render(),里面渲染ListView。render()里只可以在最外层有一个总的View。


React-Native ListView_第3张图片
Paste_Image.png

下面是最后的运行结果。

React-Native ListView_第4张图片
Paste_Image.png

你可能感兴趣的:(React-Native ListView)