kmsarsam
Results
3
comments of
kmsarsam
You can get around this by setting `overscanSlideAfter={0}` but that can cause slower loading. Alternatively, you can get around this if you keep track of the index you are using,...
I believe this is the underlying issue behind https://github.com/oliviertassinari/react-swipeable-views/issues/636
You can get around this if you keep track of the index you are using, and use that index in the slideRenderer function to conditionally set the style of the...