Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
afh committed Feb 5, 2019
2 parents 68ccf9d + 8502b3a commit 52b64d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ To follow the steps in this example the following software is needed
* Once the user has completed, exited, or errored out of the flow the appropriate callback method is invoked
* A detailed working example can be found in [`react-native/demo/lib/App.js`](/tree/master/react-native/demo/lib/App.js)

## When using Xcode:
1. Under "Libraries", make sure RNLinkkit.xcodeproject is included (you can find this in /link/react-native/linkkit/ios/ which is the Plaid Link repository you cloned from Plaid's GitHub at https://github.com/plaid/link)
2. If it's not already there in your main project's "General" settings tab, make sure LinkKit.framework (found in the Plaid Link repo you cloned at /link/ios/ ) is included in both "Embedded Binaries" and "Linked Frameworks and Libraries" by dragging and dropping it in.
3. On your main project's "Build Phases" tab, make sure LinkKit.framework is included in "Link Binaries with Libraries" and "Embed Frameworks"

## About the linkdemo_reactnative Xcode project

ℹ️ In order build and run the `linkdemo_reactnative` iOS demo application the `react-native-plaid-link` component must be registered and linked to the Xcode project as mentioned above, e.g.:
`(cd link/react-native/demo; yarn link react-native-plaid-link; yarn install)`


0 comments on commit 52b64d6

Please sign in to comment.