leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.4k stars 2.34k forks source link

Swiper doesn't show Image (from URI) until scrolling #599

Open lukasreusch opened 6 years ago

lukasreusch commented 6 years ago

Which OS ?

iOS Simulator

Version

Which versions are you using:

Expected behaviour

I have a Swiper with one Image-children (the same problem when I have multiple images as children). If I navigate to this screen I except to see the image.

Actual behaviour

The swiper area is black (invisible) until I scroll down a little bit.

How to reproduce it>

<Swiper height={300} >
    <View style={{flex: 1, backgroundColor: 'red'}}><Image style={{ flex: 1 }} source={{uri: 'https://s3.eu-central-1.amazonaws.com/xxxxxxx'}} /></View>
</Swiper>
JulianKingman commented 6 years ago

Duplicate of https://github.com/leecade/react-native-swiper/issues/416