We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d5a40 commit 2ae5f39Copy full SHA for 2ae5f39
ios/BlurhashViewComponentView.mm
@@ -10,7 +10,11 @@
10
#import <react/renderer/components/blurhash_codegen/Props.h>
11
#import <react/renderer/components/blurhash_codegen/RCTComponentViewHelpers.h>
12
13
+#if __has_include("react_native_blurhash/react_native_blurhash-Swift.h")
14
+#import "react_native_blurhash/react_native_blurhash-Swift.h"
15
+#else
16
#import "react_native_blurhash-Swift.h"
17
+#endif
18
19
using namespace facebook::react;
20
0 commit comments