Closed mikepng closed 2 years ago
Hi @mikepng
Sorry for the delay to reply. That is strange, as the prop would be passed down to SectionGrid. I tried this prop in the example SectionGrid code and it works as expected. I believe its something else in your code that is causing the issue. If you can create a Expo Snack with your sample code that has the error, I can help you debug.
Closing due to inactivity
Hi, When trying to use onViewableItemsChanged on SectionGrid it returns the error:
The prop that i added to the SuperGrid is:
onViewableItemsChanged={({ viewableItems, changed }) => console.log(viewableItems) }