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 3f414e1 commit 355c544Copy full SHA for 355c544
ios/ReactNativeExceptionHandler.h
@@ -1,8 +1,8 @@
1
2
-#if __has_include("RCTBridgeModule.h")
3
-#import "RCTBridgeModule.h"
4
-#else
+#if __has_include(<React/RCTBridgeModule.h>)
5
#import <React/RCTBridgeModule.h>
+#else
+#import "RCTBridgeModule.h"
6
#endif
7
8
#import <UIKit/UIKit.h>
0 commit comments