react-native-swiper
react-native-swiper copied to clipboard
Android - content jump when the screen is loaded
Which OS ?
Android
Version
"react-native": "0.61.2",
"react-native-swiper": "^1.6.0-rc.3",
How to reproduce it>
use your example -
https://github.com/leecade/react-native-swiper/blob/master/examples/components/Basic/index.js
I also added screens. Please look, I think everything is clear to you.

Having the same issue, using the latest release. I have a horizontal swiper inside a vertical swiper, similar to the snapchat layout. With both set to index={1}, on loading the app I see the index 0 of the horizontal swiper for a split second.
Having same issue on Android only. Any fixes ?
When I set loop={false} it works perfect!