Regenerate iOS and Android projects, patch boost issue

This commit is contained in:
Niklas Korz 2024-01-01 22:52:34 +01:00
parent d5e02b5b84
commit 6390d56470
31 changed files with 2759 additions and 8 deletions

View file

@ -0,0 +1,7 @@
#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
#import <Expo/Expo.h>
@interface AppDelegate : EXAppDelegateWrapper
@end