microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
.github/ISSUE_TEMPLATE.md
29lines · modecode
| 1 | ## Actual Behavior |
| 2 | 1. |
| 3 | 2. |
| 4 | |
| 5 | ## Expected Behavior |
| 6 | 1. |
| 7 | 2. |
| 8 | |
| 9 | ## Software versions |
| 10 | - React-Native VS Code extension version: |
| 11 | - VSCode version: |
| 12 | - OS platform and version: |
| 13 | - NodeJS version: |
| 14 | - React Native version: |
| 15 | - Expo SDK version (include if relevant): |
| 16 | |
| 17 | ## Outputs (Include if relevant) |
| 18 | - Output of the Debug Console (View -> Toggle Debug Console): |
| 19 | ``` |
| 20 | PASTE OUTPUT HERE |
| 21 | ``` |
| 22 | - Output of the React-Native output channel (View -> Toggle Output -> Select React-Native in ListBox): |
| 23 | ``` |
| 24 | PASTE OUTPUT HERE |
| 25 | ``` |
| 26 | - Output of the Developer Tools console (Help -> Toggle Developer Tools -> Select Console tab): |
| 27 | ``` |
| 28 | PASTE OUTPUT HERE |
| 29 | ``` |
| 30 | |