i use react 16.0.0-alpha.12 and react native 0.47.1. And follow Basic Usage but not display everything. Help me plz. Thank you
same, change version [email protected]
@why-absystem thank you. It work like a charm
@ahmed3mar , can you look into the issue? It looks like it appeared after we merged ff12771ec12dabcf25e1216bc76db9466c6229e1
Got the same issue
Also have same issue, react-native-swiper 1.5.7, RN 0.47
EDIT: Working after uninstall and re-install @1.5.5
Same problem, just after after https://github.com/leecade/react-native-swiper/commit/ff12771ec12dabcf25e1216bc76db9466c6229e1.
Also, if we setState on onIndexChanged (or onMomentumScrollEnd), the Swiper component borks and neither onIndexChanged (or onMomentumScrollEnd) is called again nor activeDot works anymore.
Will make a new release today
I'm assuming we shouldn't call this.setSate on componentWillReceiveProps if we're not changing the layout.
anyway we can help, @mrdezzods?
1.5.8 Still not work
I had the same issue, but in my case it apparently didn't have something to do with the swiper.
I was trying to use the Swiper inside a tab in the TabNavigator from the react-navigation project, but the swiper wasn't showing up.
After some research and according to this issue on their repository, TabNavigator seems to have a problem with "swipeable" children when it has swipeEnabled: true and animationEnabled: true. The workaround for this case is disabling those options on the navigator. It works, the swiper is shown after setting the options to false, but at the cost of not having the swipe and animation abilities on the navigator, which is a heavy price imo.
I'm still searching for a better solution to the problem, and any help would be appreciated :P
I have the same issue, looks like version 1.5.5 solves it, but it also comes with additional bugs.
Most helpful comment
same, change version [email protected]