From 46932e4ea1985c190c1ac4a216cdb500d7a075ab Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 16 Aug 2024 10:06:26 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d9e2f9f7..9a8400af 100644 --- a/README.md +++ b/README.md @@ -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', '~> ' +``` + Autolinking should install the CocoaPods dependencies for iOS project. If it fails you can run ```sh @@ -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