mohebifar / mohebifar/react-native-copilot
Add skip event listener to return current step and next step information
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the proposed implementation on the add_skip_event_listener branch of the linked fork. Check how it distinguishes skip from stop and preserves the current and next steps when returning to the root tab. Done means the walkthrough can open the feature with “Go now” and focus the next step afterward.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100