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 e466698 commit bc21e51Copy full SHA for bc21e51
ios/OAuthManager/OAuthManager.h
@@ -7,10 +7,10 @@
7
8
#import <Foundation/Foundation.h>
9
10
-#if __has_include("RCTBridgeModule.h")
11
- #import "RCTBridgeModule.h"
12
-#else
+#if __has_include(<React/RCTBridgeModule.h>)
13
#import <React/RCTBridgeModule.h>
+#else
+ #import "RCTBridgeModule.h"
14
#endif
15
16
#if __has_include("RCTLinkingManager.h")
0 commit comments