chore: upgrade to react-native 0.71

This commit is contained in:
Lei Nelissen
2023-04-30 23:36:32 +02:00
parent e1a2b5af99
commit 0e298c6b99
27 changed files with 1007 additions and 2582 deletions

View File

@@ -1,8 +1,6 @@
#import <React/RCTBridgeDelegate.h>
#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@interface AppDelegate : RCTAppDelegate
@property (nonatomic, strong) UIWindow *window;
@end
@end