Which versions are you using:
To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.
-
1.
2.
3.
I have almost the same problem with a StackNavigator: the Swiper content does not show unless I touch the screen. Only reproduced in "Production" Scheme, not in "Debug".
react-native v 0.45.1
react-native-swiper v 1.15.10.
Many thanks.
Can you fork the project and create an example reproducing the bug ?
Met the same problem.
Try to set removeClippedSubviews prop to false
<Swiper
removeClippedSubviews={false}
>
This worked for me.
Most helpful comment
Try to set removeClippedSubviews prop to false
<Swiper removeClippedSubviews={false} >This worked for me.