vscode-react-native icon indicating copy to clipboard operation
vscode-react-native copied to clipboard

VSCode extension for React Native - supports debugging and editor integration

Results 55 vscode-react-native issues
Sort by recently updated
recently updated
newest added

Fixes #1804 - Improve react-native packager output log and error message

# 🚀 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...

enhancement
expo

# 🐛 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...

bug
known-issues
hermes

As per discussion, we want to improve RN packager log and message to make users know what they need to do for some failures.

enhancement

# 🚀 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....

enhancement
known-issues

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...

known-issues
hermes

# 🚀 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...

enhancement

# 🚀 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,...

enhancement