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 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
Original file line number Diff line number Diff 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://[email protected] /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
3406340634073407 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
269269instruction). 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
275275And in the bottom of the class, add the following handler:
You can’t perform that action at this time.
0 commit comments