leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.4k stars 2.34k forks source link

ScrollBy method undefined #1129

Open ruben-kasaz opened 4 years ago

ruben-kasaz commented 4 years ago

Hello! I am trying to use react-native-swiper on my project. I had my own custom buttons. So when I click on a button, it calls the scrollBy function. But it's not working.

This is what I coded :

Capture d’écran 2020-01-02 à 17 19 03

This is the error I get :

80896317_2650806868288379_6172734462464360448_n

How I can solve this ? Thanks.

Which OS ?

Android

Version

Which versions are you using:

tcodes0 commented 4 years ago

ref.current.scrollBy

gauravsbagul commented 4 years ago

try using this.refs.swiper.scrollBy(n) in your case refs.swiper.scrollBy(n)

harshvitra commented 4 years ago

ref.current.scrollBy

This works, the issue can be closed