|
| 1 | +name: 💫 New Architecture - Bug Report |
| 2 | +description: Report a reproducible bug or a build issue when using the New Architecture (Fabric & TurboModules) in React Native. |
| 3 | +labels: ["Needs: Triage :mag:", "Type: New Architecture"] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Please provide all the information requested. Issues that do not follow this format are going to be closed. |
| 9 | + This issue report is reserved to bug & build issues for users on the New Architecture. If you're not using |
| 10 | + the New Architecture, please don't open issues on this category. |
| 11 | + - type: textarea |
| 12 | + id: description |
| 13 | + attributes: |
| 14 | + label: Description |
| 15 | + description: | |
| 16 | + Please provide a clear and concise description of what the bug or issue is. Include screenshots if needed. |
| 17 | + Please make sure you check the New Architecture documentation first, as your issue might |
| 18 | + already be answered there - https://reactnative.dev/docs/next/new-architecture-intro |
| 19 | + validations: |
| 20 | + required: true |
| 21 | + - type: input |
| 22 | + id: version |
| 23 | + attributes: |
| 24 | + label: Version |
| 25 | + description: What react-native version does this appear on? Please test against the latest stable version. Bug reports against older versions are more likely to stall. |
| 26 | + placeholder: ex. 0.68.0 |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + - type: textarea |
| 30 | + id: react-native-info |
| 31 | + attributes: |
| 32 | + label: Output of `npx react-native info` |
| 33 | + description: Run `npx react-native info` in your terminal, copy and paste the results here. |
| 34 | + validations: |
| 35 | + required: true |
| 36 | + - type: textarea |
| 37 | + id: reproduction |
| 38 | + attributes: |
| 39 | + label: Steps to reproduce |
| 40 | + description: Provide a detailed list of steps that reproduce the issue. |
| 41 | + validations: |
| 42 | + required: true |
| 43 | + - type: textarea |
| 44 | + id: extra |
| 45 | + attributes: |
| 46 | + label: Snack, code example, screenshot, or link to a repository |
| 47 | + description: | |
| 48 | + Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. |
| 49 | + You may provide a screenshot of the application if you think it is relevant to your bug report. |
| 50 | + Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve |
| 51 | + Please note that a reproducer is mandatory. Issues without reproducer are more likely to stall and will be closed. |
| 52 | + validations: |
| 53 | + required: true |
0 commit comments