@burstware/expo-plaid-link

1.0.7 • Public • Published

IMPORTANT: This repository is not actively maintained. If someone would like to, please reach out in the issues.

Expo Plaid Link

NPM

Use the Plaid Link flow inside your expo app.

Installation

expo install @burstware/expo-plaid-link

Usage

import React from 'react'
import PlaidLink from '@burstware/expo-plaid-link'
import Config from './config'

export default function App() {
  return (
    <PlaidLink
      linkToken={Config.TEST_LINK_TOKEN}
      onEvent={(event) => console.log(event)}
      onExit={(exit) => console.log(exit)}
      onSuccess={(success) => console.log(success.publicToken)}
    />
  )
}

See const.js for data structure format for onEvent (see type LinkEvent), onExit (see type LinkExit), and onSuccess (see type LinkSuccess) function return values.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @burstware/expo-plaid-link

    Weekly Downloads

    116

    Version

    1.0.7

    License

    MIT

    Unpacked Size

    16.2 kB

    Total Files

    9

    Last publish

    Collaborators

    • jbaczuk