File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
#import < React/RCTBundleURLProvider.h>
13
13
#import < React/RCTRootView.h>
14
- #import " AppAuth.h "
14
+ #import < AppAuth/AppAuth.h >
15
15
16
16
@implementation AppDelegate
17
17
Original file line number Diff line number Diff line change @@ -3399,9 +3399,9 @@ react-devtools-core@^2.5.0:
3399
3399
shell-quote "^1.6.1"
3400
3400
ws "^2.0.3"
3401
3401
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 "
3405
3405
3406
3406
react-native@0.50.3 :
3407
3407
version "0.50.3"
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ you need to pipe this through to the current authorization session (created in t
269
269
instruction). To do this, open ` AppDelegate.m ` and add an import statement:
270
270
271
271
``` objective-c.
272
- #import " AppAuth.h"
272
+ #import < AppAuth/AppAuth.h>
273
273
```
274
274
275
275
And in the bottom of the class, add the following handler:
You can’t perform that action at this time.
0 commit comments