File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed
packages/react-native/Libraries/AppDelegate Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 11name : Test All
22
3- on :
4- workflow_dispatch :
5- pull_request :
6- push :
7- branches :
8- - main
9- - " *-stable"
3+ # on:
4+ # workflow_dispatch:
5+ # pull_request:
6+ # push:
7+ # tags:
8+ # - 'v*'
9+ # # nightly build @ 2:15 AM UTC
10+ # schedule:
11+ # - cron: '15 2 * * *'
1012
1113concurrency :
1214 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -53,13 +53,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
5353 [RCTComponentViewFactory currentComponentViewFactory ].thirdPartyFabricComponentsProvider = self;
5454 }
5555
56- self.window = [[UIWindow alloc ] initWithFrame: [UIScreen mainScreen ].bounds];
57- UIViewController *rootViewController = [self createRootViewController ];
58- [self setRootView: rootView toRootViewController: rootViewController];
59- self.window .rootViewController = rootViewController;
60- self.window .windowScene .delegate = self;
61- [self .window makeKeyAndVisible ];
62-
6356 return YES ;
6457}
6558
You can’t perform that action at this time.
0 commit comments