-
-
Notifications
You must be signed in to change notification settings - Fork 422
Add skip event listener to return current step and next step information #55
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
Comments
hello PedroLourenco, can you tell me how you made the copilot working with tabnavigation ? please I need your help to make it. |
@PedroLourenco I think it might be easier to review a PR here than to review the fork and judge whether it is PR worthy. Go ahead and open a PR. :) 👍 @Appsido Let's keep discussing that in #56. This issue isn't the right place to discuss getting help with getting tabnavigator working. |
hello @PedroLourenco, can you please give us example how you did your example ? because I see in your image you have the react-navigation with TabNavigator with Copilot. please help me |
@pauldowman Can you help out here, perhaps? |
There is a PR for this now. #57 |
We are currently using copilot in one of our project, we needed to add some features:
. Be able to differentiate the skip action from the stop action.
I need to be able to visit the feature by pressing "Go now" and when i go back to the root tab the walkthrough journey should focus the next step.
We have worked on an implementation of those features on a fork: https://github.com/PedroLourenco/react-native-copilot/tree/add_skip_event_listener
Could you look at it and tell us if we can make a Pull Request on your repo?
The text was updated successfully, but these errors were encountered: