Estro
Estro
Is there any way to just get the value of a state and use it in the onViewableItemsChanged ? I actually have this : ```js const onViewableItemsChanged = useCallback( items...
> @Estroo1 Didn't you see my post? There you can see that you can achieve exactly that with the state setter (which gets the previous state as an argument). It...
Yeah I tried to implement it before posting but it wasn't successful even with your method, maybe I missed something. I should take a look one day to understand it...