xcarpentier / rn-tourguide

🚩Make an interactive step by step tour guide for your react-native app (a rewrite of react-native-copilot)
https://xcarpentier.github.io/rn-tourguide/
Other
745 stars 214 forks source link

Restarting the guide #140

Open ArtsiomAstrouski opened 1 year ago

ArtsiomAstrouski commented 1 year ago

Good afternoon, for the guide to work, I need to pause it at 1 moment, I use the stop() function, but after restarting start(step ? step : false, scrollViewRef.current); from the desired step, the visibility remains in the fall state

anniewey commented 1 year ago

Faced the same problem. If called stop() at step 3 cannot restart on same step start(3). Need to add one step = start(4) for it to work.

In the end i split the flow to a new tour to get it works