Saurav Biswas
Results
1
comments of
Saurav Biswas
If you are using a different method then `onViewableItemsChanged ` make sure it is defined above the `useRef` lines. Like this: const onMyDataScroll = (changed,viewableItems) => { console.log(changed) } const...