Skip to content

Commit c0734e3

Browse files
authored
Merge pull request #81 from FormidableLabs/bugfix/scoping
Scope AppAuth dependency correctly
2 parents 7010dd2 + 2f714cb commit c0734e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNAppAuth.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#import "RNAppAuth.h"
3-
#import "AppAuth.h"
3+
#import <AppAuth/AppAuth.h>
44
#import <React/RCTLog.h>
55
#import <React/RCTConvert.h>
66
#import "AppDelegate.h"

0 commit comments

Comments
 (0)