iOs
Which versions are you using:
At first, I hit this bug

Then I fixed it by changing imports

Now, it works on android but not on iphone.
I have tried almost every version of your library but no luck. Is it not supported on iPhone?
To work on iPhone
Here is the running video on android working fine

Here it is on iPhone

Would you happen to be passing down a style prop to the swiper component? Coz I did that and was experiencing the same problem as you do. Works fine after I removed the style prop (maybe some item in the style is breaking it)
Would you happen to be passing down a style prop to the swiper component? Coz I did that and was experiencing the same problem as you do. Works fine after I removed the style prop (maybe some item in the style is breaking it)
I have tried everything. If it has to cause a problem, it should cause it on both platforms
Wrap your listitem in TouchableOpacity
@MasterAssailant I have the same on iOS when using styleprop.
My solution is add the style in a parent <View> component.
Most helpful comment
Would you happen to be passing down a style prop to the swiper component? Coz I did that and was experiencing the same problem as you do. Works fine after I removed the style prop (maybe some item in the style is breaking it)