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 727945d commit 906ad42Copy full SHA for 906ad42
ios/RNAppAuth.m
@@ -1,5 +1,9 @@
1
#import "RNAppAuth.h"
2
+#if __has_include("<AppAuth/AppAuth.h>")
3
#import <AppAuth/AppAuth.h>
4
+#else
5
+#import "AppAuth.h"
6
+#endif
7
#import <React/RCTLog.h>
8
#import <React/RCTConvert.h>
9
#import "RNAppAuthAuthorizationFlowManager.h"
0 commit comments