美文网首页
React-Native ListView

React-Native ListView

作者: butterflyer | 来源:发表于2017-03-15 19:20 被阅读41次

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

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


    Paste_Image.png

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


    Paste_Image.png

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


    Paste_Image.png

    下面是最后的运行结果。

    Paste_Image.png

    相关文章

      网友评论

          本文标题:React-Native ListView

          本文链接:https://www.haomeiwen.com/subject/eljlwttx.html