vscode-react-native
vscode-react-native copied to clipboard
VSCode extension for React Native - supports debugging and editor integration
Fixes #1804 - Improve react-native packager output log and error message
Fixes #1742
# 🚀 Feature request I would like the extension to support debugging exponent apps that have the Hermes engine enabled. ## What scenarios will this solve? When an exponent user...
# 🐛 What is the bug? How can we reproduce it? I faced this issue while trying to attach debugger on running physical device. Since attaching to Hermes application required...
As per discussion, we want to improve RN packager log and message to make users know what they need to do for some failures.
# 🚀 Feature request We need to investigate if we can trigger `Reload app` and `Show DevMenu` commands on iOS and RNW without triggering `NativeModules` inside of React Native core....
This issue continues that [one #1099](https://github.com/microsoft/vscode-react-native/issues/1099) in terms of debugging via [js-debug extension](https://github.com/microsoft/vscode-js-debug). The extension has experimental support for React Native Hermes debugging. At this moment we know about several...
# 🚀 Feature request What do you want to be added? Now gulp.task is being used in gulpfile.js. However, it is no longer a recommended pattern anymore. We can replace...
# 🚀 Feature request Now the `package.json` file contains VS Code extension configuration and common npm properties. As far as the extension develops and new VS Code configurations are added,...