Skip to content

Error with query string parser #10

@nandorojo

Description

@nandorojo

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions