diff --git a/ios/BlurhashModule.mm b/ios/BlurhashModule.mm index 0069675..52b306f 100644 --- a/ios/BlurhashModule.mm +++ b/ios/BlurhashModule.mm @@ -6,7 +6,11 @@ #import #endif +#if __has_include("react_native_blurhash/react_native_blurhash-Swift.h") +#import "react_native_blurhash/react_native_blurhash-Swift.h" +#else #import "react_native_blurhash-Swift.h" +#endif #ifdef RCT_NEW_ARCH_ENABLED using namespace facebook::react;