React-native-swiper: TabNavigator under the swiper picture can not be displayed, can only display the bottom of the Pagination, you need to click on the slide to display pictures

Created on 3 Sep 2017  路  4Comments  路  Source: leecade/react-native-swiper

Which OS ?

Version

Which versions are you using:

  • react-native-swiper v?
  • react-native v0.?.?

Expected behaviour

Actual behaviour

How to reproduce it>

To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.
-

Steps to reproduce

1.
2.
3.

Need answer from author

Most helpful comment

Try to set removeClippedSubviews prop to false
<Swiper removeClippedSubviews={false} >
This worked for me.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kylehagler picture kylehagler  路  3Comments

ghost picture ghost  路  3Comments

hadrienbbt picture hadrienbbt  路  3Comments

tokict picture tokict  路  3Comments

commit-master picture commit-master  路  3Comments