Skip to content

Images flicker when swiping #67

Closed
Closed
@c0m1t

Description

@c0m1t

I have a simple swiper with couple of images inside. Everything is fine on web but in iOS (I have not tested android yet) I'm experiencing some unusual behavior. When I swipe on the emulator, I see the next image for a fraction of second and then it is gone, until the transition is finished.

<View style={styles.swiperContainer}>
        <Swiper>
          <View>
            <Image
              source={{ uri: 'https://picsum.photos/seed/hero1/1080/720' }}
              style={{ height: '100%', width: '100%' }}
            />
          </View>
          <View>
            <Image
              source={{ uri: 'https://picsum.photos/seed/hero2/1080/720' }}
              style={{ height: '100%', width: '100%' }}
            />
          </View>
          <View>
            <Image
              source={{ uri: 'https://picsum.photos/seed/hero3/1080/720' }}
              style={{ height: '100%', width: '100%' }}
            />
          </View>
        </Swiper>
</View>

Is there any workaround/solution for this issue?

It might be related to #65, I'm not sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions