Open alexisbl14 opened 2 years ago
https://github.com/leecade/react-native-swiper/issues/1266 Add this prop to swiper loadMinimal={true}
https://github.com/leecade/react-native-swiper/issues/1215#issuecomment-686793558 Worked:
In my package.json I changed: "react-native-swiper": "^1.6.0", to "react-native-swiper": "https://github.com/leecade/react-native-swiper#5827a80002738abd1c0dc08428303c79bbc840c0",
Which OS ?
developing on Windows, testing with expo on iOS
Version
Which versions are you using:
Expected behaviour
when clicking a checkbox (bouncy checkbox or pressable) and updating with setState, the current page should not move slightly to the left
Actual behaviour
when clicking a checkbox (bouncy checkbox or pressable) and updating with setState, the current page moves slightly to the left as if someone started swiping it, and it stays there
How to reproduce it>
To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.
Steps to reproduce