forked from react-navigation/react-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
165 additions
and
274 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
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! | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
What code are you running and what is happening? What do you expect to happen? | ||
Include a screenshot or video if it's an UI related issue. | ||
placeholder: Description of the issue | ||
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.io) 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 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.