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 1
1
name : Test All
2
2
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 * * *'
10
12
11
13
concurrency :
12
14
group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -53,13 +53,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
53
53
[RCTComponentViewFactory currentComponentViewFactory ].thirdPartyFabricComponentsProvider = self;
54
54
}
55
55
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
-
63
56
return YES ;
64
57
}
65
58
You can’t perform that action at this time.
0 commit comments