react-native-swiper
react-native-swiper copied to clipboard
how to swipe to next screen when user press the button
Which OS ?
Version
Which versions are you using:
- react-native-swiper v?
- react-native v0.?.?
Expected behaviour
Actual behaviour
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
const swiper = useRef(null);
<Swiper ref={swiper}
<Button onPress={() => swiper.current.scrollBy(1, true)}