prscX / react-native-app-tour

React Native: Native App Tour Library
Apache License 2.0
640 stars 119 forks source link

example not working #104

Open BTCBoss opened 4 years ago

BTCBoss commented 4 years ago

i would like to use this...but the example is not even working.

Getting

TypeError: Null is not an object (evaluating RNAppTour.ShowSequence)

oyusuftaha commented 4 years ago

Same. This part of the code never works addAppTourTarget={appTourTarget => { this.appTourTargets.push(appTourTarget); }} So null array causes the error

annaostapenko22 commented 3 years ago

@BTCBoss @oyusuftaha Have you found the solution?