Closed shamtroon closed 4 years ago
@bienur @GabrielePrestifilippo @Jacse @andrejborstnik
Can you show us how you call goToSlide
. It seems you use the wrong variable: this.slider
, instead of this._slider
, which is where your ref is saved.
@andrejborstnik No, I used this._slider, and it shows me an error. that this._slider
is undefined
Can you share a full example
Closing for inactivity
I am using
react-native-app-intro-slider
and want to move to desired slide with given functionality ofgoToSlide
of app-intro-slider. But when I used it, it shows me error that Ithis.slider
is undefined. Here is my code :Error : Cannot read property 'goToSlide' of undefined