🔧 refactor(MainActivity.java, MainApplication.java): wrap ReactActivityDelegate and ReactNativeHost with Expo wrappers for better Expo compatibility 🔧 refactor(MyAwesomeProject.xcodeproj): update project settings for better compatibility with newer iOS versions and Expo 🔧 refactor(AppDelegate.h): change AppDelegate superclass to EXAppDelegateWrapper for Expo compatibility 🔧 refactor(Podfile): add Expo autolinking and patching, update iOS platform version for Expo compatibility 🔧 refactor(package.json): update Expo and related packages versions for better compatibility and add new Expo related dependencies 🔧 refactor(build.gradle, settings.gradle): update Android build tools and NDK versions, add Expo autolinking for better Expo compatibility
8 lines
126 B
Objective-C
8 lines
126 B
Objective-C
#import <RCTAppDelegate.h>
|
|
#import <Expo/Expo.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : EXAppDelegateWrapper
|
|
|
|
@end
|