mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
2.3 KiB
2.3 KiB
The issue tracker is reserved for bug reports only.
If you have a question, feature request, or an idea for improving the library or its related tools, please try one of the following resources:
- Read the documentation
- Post an issue to the website repository if you'd like to see a documentation change
- Post a feature request to Canny
- Write a RFC if you have ideas for how to implement a feature request
- Get help on Discord chat (#react-navigation on Reactiflux) or on StackOverflow
- Search for your issue - it may have already been answered or even fixed in the development branch. However, if you find that an old, closed issue still persists in the latest version, you should open a new issue.
Bugs with react-navigation must be reproducible without any external libraries that operate on it. This means that if you are attempting to use Redux or MobX with it and you think you have found a bug, you must be able to reproduce it without Redux or MobX in this report. Redux related issues belong in react-navigation-redux-helpers, and we do not have any first-class integration with MobX at the moment.
Current Behavior
- What code are you running and what is happening?
- Include a screenshot if it makes sense.
Expected Behavior
- What do you expect should be happening?
- Include a screenshot if it makes sense.
How to reproduce
- You must provide a way to reproduce the problem. If you are having an issue with your machine or build tools, the issue belongs on another repoistory as that is outside of the scope of Rect Navigation.
- Either re-create the bug on Snack or link to a GitHub repository with code that reproduces the bug.
- Explain how to run the example app and any steps that we need to take to reproduce the issue from the example app.
Your Environment
software | version |
---|---|
react-navigation | |
react-native | |
node | |
npm or yarn |