#ifdef RCT_NEW_ARCH_ENABLED #import #if REACT_NATIVE_MINOR_VERSION >= 74 #import #import #endif // REACT_NATIVE_MINOR_VERSION >= 74 #import #else // RCT_NEW_ARCH_ENABLED #import #endif // RCT_NEW_ARCH_ENABLED #import #import #import #import #import #import #import @interface REAModule : RCTEventEmitter #ifdef RCT_NEW_ARCH_ENABLED = 74 RCTRuntimeExecutorModule, #endif // REACT_NATIVE_MINOR_VERSION >= 74 #else @property (nonatomic, readonly) REANodesManager *nodesManager; @property REAAnimationsManager *animationsManager; #ifdef RCT_NEW_ARCH_ENABLED - (void)installReanimatedAfterReload; #endif // RCT_NEW_ARCH_ENABLED @end