name: 🐛 Bug Report description: Report a reproducible bug or regression in React Native. labels: ["Needs: Triage :mag:"] body: - type: markdown attributes: value: | Please provide all the information requested. Issues that do not follow this format are likely to stall. - type: textarea id: description attributes: label: Description description: Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest React Native release to make sure your issue has not already been fixed - https://reactnative.dev/docs/upgrading.html validations: required: true - type: input id: version attributes: label: Version description: What react-native version does this appear on? placeholder: ex. 0.66.0 validations: required: true - type: textarea id: react-native-info attributes: label: Output of `npx react-native info` description: Run `npx react-native info` in your terminal, copy and paste the results here. validations: required: true - type: textarea id: reproduction attributes: label: Steps to reproduce description: Provide a detailed list of steps that reproduce the issue. validations: required: true - type: textarea id: extra attributes: label: Snack, code example, screenshot, or link to a repository description: | 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. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve validations: required: false