Skip to content

Commit 44e901d

Browse files
committed
Use correct AppAputh import
1 parent 9684ab2 commit 44e901d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Example/ios/AppAuthExample/AppDelegate.m

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

1212
#import <React/RCTBundleURLProvider.h>
1313
#import <React/RCTRootView.h>
14-
#import "AppAuth.h"
14+
#import <AppAuth/AppAuth.h>
1515

1616
@implementation AppDelegate
1717

Example/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3399,9 +3399,9 @@ react-devtools-core@^2.5.0:
33993399
shell-quote "^1.6.1"
34003400
ws "^2.0.3"
34013401

3402-
"react-native-app-auth@git+https://git@github.com/FormidableLabs/react-native-app-auth.git#b4a33ba178bddf1528066d1b5198d7d01d8693ad":
3403-
version "1.0.1"
3404-
resolved "git+https://git@github.com/FormidableLabs/react-native-app-auth.git#b4a33ba178bddf1528066d1b5198d7d01d8693ad"
3402+
react-native-app-auth@^2.0.0:
3403+
version "2.4.0"
3404+
resolved "https://registry.yarnpkg.com/react-native-app-auth/-/react-native-app-auth-2.4.0.tgz#ce6ae1dc07d8dfa15f618485b762ff7db35374ac"
34053405

34063406
react-native@0.50.3:
34073407
version "0.50.3"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ you need to pipe this through to the current authorization session (created in t
269269
instruction). To do this, open `AppDelegate.m` and add an import statement:
270270

271271
```objective-c.
272-
#import "AppAuth.h"
272+
#import <AppAuth/AppAuth.h>
273273
```
274274

275275
And in the bottom of the class, add the following handler:

0 commit comments

Comments
 (0)