Files
Fluxup_PAP/node_modules/expo/ios/AppDelegates/ExpoReactNativeFactory.h
2026-03-10 16:18:05 +00:00

13 lines
357 B
Objective-C

// Copyright 2025-present 650 Industries. All rights reserved.
#import <ExpoModulesCore/ExpoModulesCore.h>
#import <Expo/RCTAppDelegateUmbrella.h>
@protocol RCTHostDelegate;
@protocol RCTHostRuntimeDelegate;
NS_SWIFT_NAME(ExpoReactNativeFactoryObjC)
@interface EXReactNativeFactory : RCTReactNativeFactory <RCTHostDelegate, RCTHostRuntimeDelegate>
@end