Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixy1 authored Aug 16, 2024
1 parent 3df6e0c commit 46932e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ npm install --save react-native-plaid-link-sdk

Add `Plaid` to your project’s Podfile as follows (likely located at `ios/Podfile`). The latest version is ![version](https://img.shields.io/cocoapods/v/Plaid).

```bash switcher=false
pod 'Plaid', '~> <insert latest version>'
```

Autolinking should install the CocoaPods dependencies for iOS project. If it fails you can run

```sh
Expand All @@ -49,6 +53,7 @@ cd ios && bundle install && bundle exec pod install

AutoLinking should handle all of the Android setup.

Remember to register your Android package name in the [Dashboard](https://dashboard.plaid.com/developers/api). This is required in order to connect to OAuth institutions (which includes most major banks).

### React Native Setup

Expand Down

0 comments on commit 46932e4

Please sign in to comment.