Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with query string parser #10

Open
nandorojo opened this issue Jun 15, 2021 · 1 comment
Open

Error with query string parser #10

nandorojo opened this issue Jun 15, 2021 · 1 comment

Comments

@nandorojo
Copy link

The query string parser is incorrect for the onSuccess callback. It returns a list of accounts, which is correct, but they have _id fields, rather than id fields. It seems like the regex function to parse the query param isn't splitting by _, or something like that. Plaid expects id, so it isn't working. For now, I'll solve it by changing _id to id myself.

Thanks again for the useful lib! I'm using it with an RN Modal. Super easy setup.

Now we just need Plaid to add an Expo config plugin to get the native library to work with Expo SDK 41...

@JBaczuk
Copy link
Contributor

JBaczuk commented Nov 4, 2021

@nandorojo Thanks for creating this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants