File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
packages/react-native/Libraries/AppDelegate Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -49,21 +49,6 @@ @interface RCTAppDelegate () <
49
49
}
50
50
@end
51
51
52
- #if TARGET_OS_VISION
53
- @interface GlassViewController : UIViewController
54
-
55
- @end
56
-
57
- @implementation GlassViewController
58
-
59
- - (UIContainerBackgroundStyle)preferredContainerBackgroundStyle {
60
- return UIContainerBackgroundStyleGlass;
61
- }
62
-
63
- @end
64
- #endif
65
-
66
-
67
52
static NSDictionary *updateInitialProps (NSDictionary *initialProps, BOOL isFabricEnabled)
68
53
{
69
54
NSMutableDictionary *mutableProps = [initialProps mutableCopy ] ?: [NSMutableDictionary new ];
@@ -180,11 +165,7 @@ - (UIView *)createRootViewWithBridge:(RCTBridge *)bridge
180
165
181
166
- (UIViewController *)createRootViewController
182
167
{
183
- #if TARGET_OS_VISION
184
- return [GlassViewController new ];
185
- #else
186
168
return [UIViewController new ];
187
- #endif
188
169
}
189
170
190
171
- (void )setRootView : (UIView *)rootView toRootViewController : (UIViewController *)rootViewController
You can’t perform that action at this time.
0 commit comments