@burstware/expo-plaid-link
Advanced tools
Weekly downloads
Readme
IMPORTANT: This repository is not actively maintained. If someone would like to, please reach out in the issues.
Use the Plaid Link flow inside your expo app.
expo install @burstware/expo-plaid-link
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.
FAQs
Use the Plaid Link flow inside your expo app
The npm package @burstware/expo-plaid-link receives a total of 1,039 weekly downloads. As such, @burstware/expo-plaid-link popularity was classified as popular.
We found that @burstware/expo-plaid-link demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.