-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] React Native tools doesn't work #2195
Comments
This workaround works for me. |
Expo 51 is using Hermes engine as default. It should work with Hermes debugging config. |
Got the following error message in Output when I tried to use Hermes:
Error in Debug Console:
My launch.json:
|
Hey @zhouhao27 , if you still need help, could you please open a new issue with the demo to help me repro this error? Actually I cannot repro this in my local with sample app. |
🐛 What is the bug? How can we reproduce it?
React Native tools doesn't work for me in my Mac 10.15.
npc create-expo-app@latest -t
Navigation (TypeScript)
npx start -c --dev-client
i
launch.json
file for debuggingAttach to Package
to start debuggingOpen Debugger
in menu, it always open Google Chrome instead of debugging inside VS Code.Expected behavior
Break point should be reached.
Debug output
Debug Console
React Native output channel
Developer Tools console
I'm not able to find
Developer Tool
.Environment
Please tell us about your system and your project:
npx react-native doctor
ornpx expo doctor
if your project is using Expo:envinfo
:The text was updated successfully, but these errors were encountered: