1 // Copyright 2015-present 650 Industries. All rights reserved.
2 
3 // Uncomment this to temporarily disable Fabric.
4 // Also make sure to change `RCT_NEW_ARCH_ENABLED` C++ flag in Pods project's build settings.
5 //#undef RN_FABRIC_ENABLED
6 
7 // Some headers needs to be imported from Objective-C code too.
8 // Otherwise they won't be visible in `ExpoModulesCore-Swift.h`.
9 #import <React/RCTView.h>
10 
11 #if __has_include(<ExpoModulesCore/ExpoModulesCore-umbrella.h>)
12 #import <ExpoModulesCore/ExpoModulesCore-umbrella.h>
13 #endif
14