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 48176ab commit ce7444cCopy full SHA for ce7444c
ios/RNZipArchive.m
@@ -8,7 +8,8 @@
8
9
#import "RNZipArchive.h"
10
11
-#if __has_include("RCTEventDispatcher.h")
+#if __has_include("RCTBridge.h")
12
+#import "RCTBridge.h"
13
#import "RCTEventDispatcher.h"
14
#else
15
#import <React/RCTEventDispatcher.h>
0 commit comments