We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
REACT_TERMINAL
1 parent 9f54934 commit e273506Copy full SHA for e273506
packages/platform-android/src/commands/runAndroid/index.js
@@ -228,7 +228,7 @@ function installAndLaunchOnDevice(
228
229
function startServerInNewWindow(
230
port,
231
- terminal = process.env.TERM_PROGRAM || process.env.REACT_TERMINAL,
+ terminal = process.env.REACT_TERMINAL || process.env.TERM_PROGRAM,
232
reactNativePath,
233
) {
234
/**
0 commit comments