Created
July 16, 2025 11:25
-
-
Save dnsmob/a3f4d3fbdce9c478aa27d33142029d49 to your computer and use it in GitHub Desktop.
VSCode Expo Monorepo launch.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// with MS React Native and Expo Tools extensions | |
// launch bundler manually and vscode debugger this | |
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Attach to Expo", | |
"type": "expo", | |
"request": "attach", | |
"projectRoot": "${workspaceFolder}/apps/mobile", | |
"bundlerPort": "8081", | |
"bundlerHost": "127.0.0.1" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment