mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-03 14:44:40 +08:00
93 lines
3.6 KiB
YAML
93 lines
3.6 KiB
YAML
name: React Navigation 4
|
|
description: Report an issue with React Navigation 4
|
|
labels: [bug, version-4]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
|
|
If this is not a bug report, please use other relevant channels:
|
|
|
|
- [Post a feature request on Canny](https://react-navigation.canny.io/feature-requests)
|
|
- [Ask questions on StackOverflow using the react-navigation label](https://stackoverflow.com/questions/tagged/react-navigation)
|
|
- [Chat with others in the #help-react-native channel on Discord](https://www.reactiflux.com/)
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Current behavior
|
|
description: |
|
|
What code are you running and what is happening? Include a screenshot or video if it's an UI related issue.
|
|
placeholder: Current behavior
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected behavior
|
|
description: |
|
|
What do you expect to happen instead?
|
|
placeholder: Expected behavior
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Reproduction
|
|
description: |
|
|
You must provide a way to reproduce the problem. If you don't provide a repro, the issue will be closed automatically after a specific period.
|
|
|
|
- Either re-create the bug on [Snack](https://snack.expo.dev) 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.
|
|
- Keep the repro code as simple as possible, with the minimum amount of code required to repro the issue.
|
|
- Before reporting an issue, make sure you are on latest version of the package.
|
|
- If you are having an issue with your machine or build tools, the issue belongs on another repository as that is outside of the scope of React Navigation.
|
|
placeholder: Link to repro
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Platform
|
|
description: |
|
|
What are the platforms where you see the issue?
|
|
options:
|
|
- label: Android
|
|
- label: iOS
|
|
- label: Web
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Packages
|
|
description: |
|
|
Which packages are affected by the issue?
|
|
options:
|
|
- label: 'react-navigation-drawer'
|
|
- label: 'react-navigation-stack'
|
|
- label: 'react-navigation-tabs'
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Environment
|
|
description: |
|
|
What are the exact versions of packages that you are using?
|
|
|
|
When filling the table below, remove the packages that you're not using.
|
|
value: |
|
|
| package | version |
|
|
| -------------------------------------- | ------- |
|
|
| react-navigation |
|
|
| react-navigation-tabs |
|
|
| react-navigation-drawer |
|
|
| react-navigation-stack |
|
|
| react-native-safe-area-context |
|
|
| react-native-screens |
|
|
| react-native-gesture-handler |
|
|
| react-native-reanimated |
|
|
| react-native-tab-view |
|
|
| react-native |
|
|
| expo |
|
|
| node |
|
|
| npm or yarn |
|
|
validations:
|
|
required: true
|