File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
cli-platform-apple/src/commands/runCommand
cli-platform-ios/src/commands/runIOS Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { getDefaultUserTerminal } from '@react-native-community/cli-tools' ;
2
+ import { buildOptions } from '../buildCommand/buildOptions' ;
2
3
3
4
export const runOptions = [
4
5
{
@@ -43,4 +44,5 @@ export const runOptions = [
43
44
name : '--udid <string>' ,
44
45
description : 'Explicitly set the device to use by UDID' ,
45
46
} ,
47
+ ...buildOptions ,
46
48
] ;
Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
import {
10
- buildOptions ,
11
10
createRun ,
12
11
runOptions ,
13
12
} from '@react-native-community/cli-platform-apple' ;
@@ -30,5 +29,5 @@ export default {
30
29
cmd : 'npx react-native run-ios --simulator "Apple TV" --scheme "helloworld-tvOS"' ,
31
30
} ,
32
31
] ,
33
- options : [ ... buildOptions , ... runOptions ] ,
32
+ options : runOptions ,
34
33
} ;
You can’t perform that action at this time.
0 commit comments