react-native-swipe-list-view icon indicating copy to clipboard operation
react-native-swipe-list-view copied to clipboard

state is using this type ....but data option is not working ....please guide me sir

Open THANGAKOWSALYA opened this issue 3 years ago • 0 comments

this.state = { listViewData : Array(4) .fill('') .map((, i) => ({ title: title${i + 1}, data: [ ... Array(6) .fill('') .map((, j) => ({ key: ${i}.${j}, text: item #${j}, })), ], }))****

THANGAKOWSALYA avatar May 18 '22 11:05 THANGAKOWSALYA