Skip to content

Commit e273506

Browse files
Lucas Bentothymikee
authored andcommitted
Try using REACT_TERMINAL before the default terminal
1 parent 9f54934 commit e273506

File tree

1 file changed

+1
-1
lines changed
  • packages/platform-android/src/commands/runAndroid

1 file changed

+1
-1
lines changed

packages/platform-android/src/commands/runAndroid/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function installAndLaunchOnDevice(
228228

229229
function startServerInNewWindow(
230230
port,
231-
terminal = process.env.TERM_PROGRAM || process.env.REACT_TERMINAL,
231+
terminal = process.env.REACT_TERMINAL || process.env.TERM_PROGRAM,
232232
reactNativePath,
233233
) {
234234
/**

0 commit comments

Comments
 (0)