plaid / react-native-plaid-link-sdk

Plaid Link for React Native
MIT License
167 stars 119 forks source link

[Feature] - Add Submit API #682

Closed dtroupe-plaid closed 3 weeks ago

dtroupe-plaid commented 1 month ago
dtroupe-plaid commented 3 weeks ago

@melissaosullivan @wkiefer there are some changes in this PR to make testing easier (package.lock etc). I will clean that up after review 😄

You should be able to test doing the following:

cd example
npm run start
npm run android
cd example/ios
bundle install
pod install
cd ../
npm run start
npm run ios