Skip to content

Commit e2fedfe

Browse files
committed
Merge branch 'master' of github.com:fullstackreact/react-native-oauth
* 'master' of github.com:fullstackreact/react-native-oauth: Update README.md
2 parents 36f808f + 06281e4 commit e2fedfe

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,15 @@ To automatically link our `react-native-oauth` client to our application, use th
5252
react-native link react-native-oauth
5353
```
5454

55-
Note: due to some restrictions on iOS, this module requires you to install cocoapods. The process has been semi-automated through using the above `react-native link` command. Once you have linked this library, run: `pod install` and then open the created `.xcworkspace` when it's complete.
55+
Note: due to some restrictions on iOS, this module requires you to install cocoapods. The process has been semi-automated through using the above `react-native link` command.
56+
57+
Once you have linked this library, run the following command in the root directory:
58+
59+
```
60+
(cd ios && pod install)
61+
```
62+
63+
Finally, open the created `.xcworkspace` in the `ios/` directory (**NOT THE `.xproj` file**) when it's complete.
5664

5765
### Android setup
5866

0 commit comments

Comments
 (0)