chore: upgrade react native & deps (#2231)

This commit is contained in:
Aman Harwara
2023-02-28 01:30:51 +05:30
committed by GitHub
parent 096a5478f3
commit fb7cc1049f
180 changed files with 1491 additions and 1621 deletions

View File

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