react-native-swipe-list-view
react-native-swipe-list-view copied to clipboard
state is using this type ....but data option is not working ....please guide me sir
this.state = {
listViewData : Array(4)
.fill('')
.map((, i) => ({
title: title${i + 1},
data: [
... Array(6)
.fill('')
.map((, j) => ({
key: ${i}.${j},
text: item #${j},
})),
],
}))****