prscX / react-native-app-tour

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

Cannot read property 'ShowSequence' of undefined #94

Open igachmov opened 4 years ago

igachmov commented 4 years ago

let appTourTarget = AppTourView.for(Button, { primary: 'This is a target button 1', description: 'We have the best targets, believe me' })

AppTour.ShowFor(appTourTarget)

Can not find AppTour

GiladR1979 commented 4 years ago

@igachmov have you found a solution for this? I'm stuck with this issue too.