Which versions are you using:
To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.
-
1.
2.
3.
Targeting
/node_modules/react-native-swiper/src/index.js
Put this sentence (on line 274)
const offset = this.internals.offset = ()
Changed to
const offset = this.internals.offset = {x: 0, y: 0}
Most helpful comment
Targeting
/node_modules/react-native-swiper/src/index.js
Put this sentence (on line 274)
const offset = this.internals.offset = ()
Changed to
const offset = this.internals.offset = {x: 0, y: 0}