React-native-swiper: Shows White View Till I Touch Screen

Created on 20 Jun 2020  路  3Comments  路  Source: leecade/react-native-swiper

Which OS ?

iOS 13.5.1 & iOS 12.4.7

Version

Which versions are you using:

  • react-native-swiper v
    ^1.6.0-rc.3
  • react-native v0.?.?
    0.61.5

Expected behavior

Render images right away as it does on the first screen. I am also using FastImage to load the images but I tested that alone and it had no issue.

Actual behavior

RecordIt-208575CD-A64A-4DA6-A9B8

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. Create tab navigator with flatlist pages on iOS 13.5.1
  2. Inside flatlists render view with swiper
  3. Open app for first time and navigate to new page
Missing Example

Most helpful comment

add removeClippedSubviews={false} to the Swiper seems to have fixed the problem.

All 3 comments

Im experiencing the same issues. Also using FastImage

I'm having the same issue but im not loading images, but some text. Any idea of how to fix it?

add removeClippedSubviews={false} to the Swiper seems to have fixed the problem.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

itinance picture itinance  路  3Comments

nicolabortignon picture nicolabortignon  路  3Comments

chetanparakh picture chetanparakh  路  3Comments

AndrewSouthpaw picture AndrewSouthpaw  路  3Comments

hadrienbbt picture hadrienbbt  路  3Comments