---
name: "\U0001F41EBug report"
about: Report a bug
title: "[Bug] Bug description"
labels: "bug"
---
# 🐛 What is the bug? How can we reproduce it?
Please put here any steps, code or any information that can help us
reproduce the error on our side so we can fix it:
1. Step 1
2. Step 2
## Expected behavior
What were you expecting to happen?
## Debug output
<details>
<summary>Debug Console</summary>
```text
PASTE OUTPUT OF DEBUG CONSOLE (View -> Toggle Debug Console)
```
</details>
<details>
<summary>React Native output channel</summary>
```text
PASTE OUTPUT OF REACT-NATIVE OUTPUT CHANNEL (View -> Toggle Output -> Select React-Native in ListBox)
```
</details>
<details>
<summary>Developer Tools console</summary>
```text
PASTE OUTPUT OF DEVELOPER TOOLS CONSOLE (Help -> Toggle Developer Tools -> Select Console tab)
```
</details>
## Environment
Please tell us about your system and your project:
* `npx react-native doctor` or `npx expo doctor` if your project is using Expo:
```text
PASTE OUTPUT OF `npx react-native doctor` or `npx expo doctor`
```
* `envinfo`:
```text
PASTE OUTPUT OF `npx envinfo`
```
* React Native Tools extension version: VERSION
* Expo SDK version (if applicable): VERSIONmicrosoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
.github/ISSUE_TEMPLATE/1-bug-report.md
71lines · modepreview