sihem

Results 1 issues of sihem

Hi , I want to put data from Parse in listview. I try this: `constructor(props) { super(props); const dataSource = new ListView.DataSource({ rowHasChanged: (row1, row2) => row1 !== row2, });...