React-native-gesture-handler: Swipeable not working on iPhone 5c

Created on 13 Mar 2018  路  12Comments  路  Source: software-mansion/react-native-gesture-handler

When running examples on iPhone 5c (OS 10.3.3) they work very nicely! But Gesture handler based SwipeableRow has this weird effect when you are swiping them
I made video about the problem: video

I have tested this on two different iPhone 5c phones and it reproduces on both.

Related #57

Any ideas?

Most helpful comment

This issue has been here for a quite long time but I'm still waiting for the fix :(

All 12 comments

@kmagiera Any ideas for this?

Hey @henrikra! Thanks for reporting. Do you know maybe if it is in fact related to 5C or more to the iOS version 10.3.3. Would be very helpful to eliminate one of these options.

Looks like it is because of iOS 10.3.3 because we have one user with iPhone 5s that have reported the same

Hey, @kmagiera! I have iPad mini 1 gen with iOS 9.3.5, and I have exactly the same issue as on the video. This issue can also be reproduced on iPhone 6 (iOS 9.3.5) and iPhone 5 (iOS 10.3.3). I think it's related to old iOS versions, and not to a particular device, because I don't have this issue on devices with iOS 11. And it's not reproducible on simulators.

@kmagiera Any idea for this?

This issue has been here for a quite long time but I'm still waiting for the fix :(

Users reporting Swipeable not working on iOS 10.3.3
Any advice on where to dig? Thanks

I am having this same issue. Has anyone found a work around to get this working? Thanks!

Has anybody got this working yet?

There's a workaround for this. Visual glitches are presented in places where there's no background. So, by manually setting a white or whatever backgroundColor for corresponding places (like screen container), one should be able to mitigate these glitches completely.

thanks @angly-cat for this workaround. We won't focus on this device, so this issue won't be fixed. Sorry 馃槩

I had similar problem. I decided to check the model of the device.
if (deviceModel === 'iPhone 5' || deviceModel === 'iPhone 5c') {
useNativeAnimations = false;
}

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rt2zz picture rt2zz  路  4Comments

rgangopadhya picture rgangopadhya  路  4Comments

brentvatne picture brentvatne  路  5Comments

muhaimincs picture muhaimincs  路  3Comments

nguyenhose picture nguyenhose  路  4Comments