-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Description of the bug
How would you shortly summarise the issue?
When using the Debug Expo App...
functionality with Expo SDK 53, the Debug Console doesn't show any log. Previously with Expo SDK 52 the Debug Console showed JS Console logs.
To Reproduce
What steps did you perform which led to this issue?
- Create app with the latest SDK (at the time SDK 53)
npx create-expo-app@latest --template default
- Open VSCode
code .
- Run
Debug Expo App...
- Observe no console logs are printed.
Previously
- Create app with SDK 52
npx create-expo-app@latest --template default@52
- Open VSCode
code .
- Run
Debug Expo App...
- Observe console logs are printed.
Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.
Metadata
Metadata
Assignees
Labels
No labels