You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Adarsh1993, I'm glad you're finding this package useful 🙂
It's possible to start the tour as soon as the app begins using a ref and a useEffect(..). We had a suggestion about making this easier in #50, and we'll be implementing a prop for that soon. You can also find a complete example of it in that issue.
There's no built-in feature to start the tour only the first time, but you can add that logic yourself in the useEffect mentioned above. You can use a package like async-storage to store a per-device flag. Then you can start the tour base on this flag and update the flag once the tour has finished.
This could be a great feature for us to implement since most people might be using the tour this way, and we could reduce the burden of managing the stored flags. However, we'd have to evaluate the details because that'd mean adding a dependency on async-storage or a similar package.
I'll leave this ticket open to keep you posted on the topic. Thanks again! Your feedback helps us make this package better and better 🙂
Thanks for great package .
How to hints show in first time when app is start .
second time disable . This is possible with spotlight tour.
Thank you
The text was updated successfully, but these errors were encountered: