react-native-swiper icon indicating copy to clipboard operation
react-native-swiper copied to clipboard

how to swipe to next screen when user press the button

Open saifurrehmanahmed opened this issue 2 years ago • 1 comments

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

saifurrehmanahmed avatar Dec 01 '22 11:12 saifurrehmanahmed

const swiper = useRef(null);

<Swiper ref={swiper}

<Button onPress={() => swiper.current.scrollBy(1, true)}

marcoaras avatar Feb 21 '23 10:02 marcoaras