react-native-viewpager
react-native-viewpager copied to clipboard
When isLoop set to true - Pager begins in the incorrect state
Hi, This is a really nice component and I'm trying to use it in a couple of places in my app in loop mode. The problem I'm facing is that when the ViewPager loads, the indicators show that it is on the second image, but the first image is showing. Then when I attempt to scroll, it jumps to the second image and the first image scrolls in. Once the first scroll is complete, the second image reappears over the first.
It appears to be doing this in the sample app. Am I doing something wrong?
I have exactly the same problem.