diff --git a/packages/helloworld/ios/HelloWorld/AppDelegate.swift b/packages/helloworld/ios/HelloWorld/AppDelegate.swift index 5ad67c9537c..30e8bf6cc93 100644 --- a/packages/helloworld/ios/HelloWorld/AppDelegate.swift +++ b/packages/helloworld/ios/HelloWorld/AppDelegate.swift @@ -11,7 +11,7 @@ import ReactAppDependencyProvider import UIKit @main -class AppDelegate: UIResponder, UIApplicationDelegate, UIWindowSceneDelegate { +class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? var reactNativeDelegate: ReactNativeDelegate? diff --git a/packages/rn-tester/RNTester/AppDelegate.h b/packages/rn-tester/RNTester/AppDelegate.h index 86bf5248de3..df578639dc4 100644 --- a/packages/rn-tester/RNTester/AppDelegate.h +++ b/packages/rn-tester/RNTester/AppDelegate.h @@ -9,7 +9,7 @@ #import #import -@interface AppDelegate : RCTDefaultReactNativeFactoryDelegate +@interface AppDelegate : RCTDefaultReactNativeFactoryDelegate @property (nonatomic, strong, nonnull) UIWindow *window; @property (nonatomic, strong, nonnull) RCTReactNativeFactory *reactNativeFactory;