Skip to content

Commit 99c1f36

Browse files
authored
Merge pull request #18 from cameron/patch-1
typo in readme's iOS setup instructions
2 parents 2b48211 + 2160fa7 commit 99c1f36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ Since `react-native-oauth` depends upon the `RCTLinkingManager` (from react-nati
5959
In your app, add the following line to your `HEADER SEARCH PATHS`:
6060

6161
```
62-
$(SRCROOT)/../node_modules/react-native/Libraries/LinkingiOS
62+
$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS
6363
```
6464

6565
![](./resources/header-search-paths.png)
6666

67+
Next, navigate to the neighboring "Build Phases" section of project settings, find the "Link Binary with Library" drop down, expand it, and click the "+" to add _libOAuthManager.a_ to the list.
68+
6769
#### Automatically with [rnpm](https://github.com/rnpm/rnpm)
6870

6971
To automatically link our `react-native-oauth` client to our application, use the `rnpm` tool. [rnpm](https://github.com/rnpm/rnpm) is a React Native package manager which can help to automate the process of linking package environments.

0 commit comments

Comments
 (0)