Skip to content

Commit 01ec065

Browse files
committed
Updated README with checklist
1 parent f4a5ce7 commit 01ec065

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ As we are integrating with react-native, we have a little more setup to integrat
5555

5656
### iOS setup
5757

58+
**Important**: This will _not_ work if you do not complete all the steps:
59+
60+
[ ] Link the `RCTLinkingManager` project
61+
[ ] Update your `AppDelegate.h` file
62+
[ ] Add KeychainSharing in your app
63+
[ ] Link the `react-native-oauth` project with your application (`react-native link`)
64+
[ ] Register a URL type of your application (Info tab -- see below)
65+
5866
#### RCTLinkingManager
5967

6068
Since `react-native-oauth` depends upon the `RCTLinkingManager` (from react-native core), we'll need to make sure we link this in our app.

0 commit comments

Comments
 (0)