You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to put loadMinimal={Platform.OS === "ios"} for Swiper property as it doesn't work on Android. On Android it only swipes to loadMinimalSize={1} of cards. So if I swipe past loadMinimalSize it shows empty card, but works fine on iOS.
I am using
"react": "15.3.2",
"react-native-swiper": "^1.4.11",
"react-native": "^0.38.0",
The text was updated successfully, but these errors were encountered:
I had to put loadMinimal={Platform.OS === "ios"} for Swiper property as it doesn't work on Android. On Android it only swipes to loadMinimalSize={1} of cards. So if I swipe past loadMinimalSize it shows empty card, but works fine on iOS.
I am using
"react": "15.3.2",
"react-native-swiper": "^1.4.11",
"react-native": "^0.38.0",
The text was updated successfully, but these errors were encountered: