1 // Copyright 2018-present 650 Industries. All rights reserved.
2 
3 #import <UIKit/UIKit.h>
4 
5 #import <ExpoModulesCore/EXDefines.h>
6 #import <React/RCTBridge.h>
7 
8 
9 EX_EXTERN_C_BEGIN
10 
11 /**
12  * Backward compatible version of `RCTAppSetupDefaultRootView`.
13  *
14  * `RCTAppSetupDefaultRootView` is introduced in react-native 0.68. To make `expo-modules-core` compatible with older react-native,  introduces this compatible helper.
15  */
16 UIView *EXAppSetupDefaultRootView(RCTBridge *bridge, NSString *moduleName, NSDictionary *initialProperties, BOOL fabricEnabled);
17 
18 EX_EXTERN_C_END
19