chore(example/basic): bump react native version

This commit is contained in:
KrzysztofMoch
2023-09-28 08:25:13 +02:00
parent 01a47840be
commit a279a0cb3a
32 changed files with 4168 additions and 3088 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