React Native ListView row not re-rendering after state change

前端 未结 2 1440
独厮守ぢ
独厮守ぢ 2021-02-14 13:44

React Native ListView: Rows are not re-rendering after datasource state has changed.

Here is a simplified version of my code:



        
2条回答
  •  名媛妹妹
    2021-02-14 14:05

    First you need to set the datasource in the getInitialState function. Then, change the datasource by calling this.setState({}) and passing in the new datasource. It looks like you may have been on the right track above, but I have set up a working example of changing the ListView datasource here . I hope this helps

    https://rnplay.org/apps/r3bzOQ

提交回复
热议问题