Open ArtsiomAstrouski opened 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
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.
stop()
start(3)
start(4)
In the end i split the flow to a new tour to get it works
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