-
-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React-Navigation - tour on multiple screens #301
Comments
@mohebifar Do we need to wrap the navigation container with the CopilotProvider? |
If you want to use it in multiple screens then you can wrap main navigator with CopilotProvider and whichever element you want to use based on your requirements you can set the order. |
same problem |
I have wrapped my main navigator with CopilotProvider and this is still happening to me |
Wrap your root component aka App.js with Provider. and use start() in useEffect or button in every screen you want to show tooltips. |
Current Behavior
Have steps on different react-navigation screens
Expected behavior/code
Steps to be remembered on different react-navigation screens
Environment
react-native-copilot
: 3.2.1react-native
: 0.72.4Possible Solution
Additional context/Screenshots
The text was updated successfully, but these errors were encountered: