How to Integrate Plaid SDK to React Native Using Expo Config Plugins

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

    To start integrating Plaid we will need to run the app through expo-dev-client which we can achieve either by using expo run commands locally or using EAS build process. By building the dev client we will have a custom Expo Go which will add the Plaid library to its bundle, meaning you can use this client until you decide to add again something new that is not supported by it. For simplicity we will stay with the local run commands. Then we just need to follow the Plaid readme setup guide for both iOS and Android.

    Previously, if you wanted to integrate Plaid React Native SDK to Expo, you either had to forcefully eject to bare workflow or use a webview solution which could result in some funny unexpected issues such as this recaptcha pop up.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • To get started you can use this Github repository as a starter or just follow these commands:

  • plaid-postman

    Postman collection for the Plaid API

  • At this point, you just need to provide a correct link token in App.tsx. Normally you would get it from your backend, but for testing purposes we can actually use a very handy Postman collection provided by Plaid.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Need example of a Plaid API starter app that uses Link

    1 project | /r/reactjs | 21 Jan 2023
  • Looking for a self hosted accounting style app that has bank transaction -> webhook feature

    1 project | /r/selfhosted | 9 Jun 2022
  • automatically download accounts

    3 projects | /r/plaintextaccounting | 5 Mar 2022
  • Firefly III firefly-plaid-connector

    2 projects | /r/unRAID | 16 Feb 2022
  • Establishing communication between Objective-C iOS application and Python backend

    1 project | /r/iOSProgramming | 26 Feb 2021