diff --git a/ios/RNBatch.h b/ios/RNBatch.h index 9b7b7dd..933def4 100644 --- a/ios/RNBatch.h +++ b/ios/RNBatch.h @@ -1,13 +1,13 @@ -#if __has_include("RCTBridgeModule.h") -#import "RCTBridgeModule.h" +#if __has_include("React/RCTBridgeModule.h") + #import #else -#import + #import "RCTBridgeModule.h" #endif -#if __has_include("RCTEventEmitter.h") -#import "RCTEventEmitter.h" +#if __has_include("React/RCTEventEmitter.h") + #import #else -#import + #import "RCTEventEmitter.h" #endif @import Batch;