jemise111 / react-native-swipe-list-view

A React Native ListView component with rows that swipe open and closed
https://www.npmjs.com/package/react-native-swipe-list-view
MIT License
2.78k stars 528 forks source link

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

Open THANGAKOWSALYA opened 2 years ago

THANGAKOWSALYA commented 2 years ago

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