From a13f9bf0916f80417ea20cc98ad86fe51f1a60dd Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 17 Jan 2023 20:21:11 -0600 Subject: Upgrade to react-native 0.71.0 --- ios/app/AppDelegate.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ios/app/AppDelegate.h') diff --git a/ios/app/AppDelegate.h b/ios/app/AppDelegate.h index ef1de86a2..5d2808256 100644 --- a/ios/app/AppDelegate.h +++ b/ios/app/AppDelegate.h @@ -1,8 +1,6 @@ -#import +#import #import -@interface AppDelegate : UIResponder - -@property (nonatomic, strong) UIWindow *window; +@interface AppDelegate : RCTAppDelegate @end -- cgit 1.4.1