Skip to content

Instantly share code, notes, and snippets.

@dnsmob
Created July 16, 2025 11:25
Show Gist options
  • Save dnsmob/a3f4d3fbdce9c478aa27d33142029d49 to your computer and use it in GitHub Desktop.
Save dnsmob/a3f4d3fbdce9c478aa27d33142029d49 to your computer and use it in GitHub Desktop.
VSCode Expo Monorepo launch.json
// 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