Skip to content

Commit 2160fa7

Browse files
committed
add readme instruction re ios/link binary with library
1 parent eb07797 commit 2160fa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ $(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS
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)