plaid / react-native-plaid-link-sdk

Plaid Link for React Native
MIT License
171 stars 120 forks source link

Export create and open functions #666

Closed topherlandry closed 4 months ago

topherlandry commented 4 months ago

Summary

Exported the create and open functions so that they don't need to be imported by deeplinking to the dist folder.

Motivation

Current documentation was unclear on how to actually consume the create and open functions since the tiny example linked still uses PlaidLink. Further examination showed that they were not being exported from index.ts. The example in the repo is importing them by deeplinking the dist folder.

If alternatives are now deprecated these should be simpler to import.

:pencil: Checklist

:green_heart: Testing

Import the functions.

Documentation

Select one: