#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>

#import <Expo/Expo.h>

@interface AppDelegate : EXAppDelegateWrapper
@property (nonatomic, strong) UIWindow *window;
@end
