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

White Blank Page #13

Open
jetonk opened this issue Sep 2, 2021 · 7 comments
Open

White Blank Page #13

jetonk opened this issue Sep 2, 2021 · 7 comments

Comments

@jetonk
Copy link

jetonk commented Sep 2, 2021

I installed expo-plaid-link it shows just white blank page for the whole app.

"expo": "^40.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.0.tar.gz",

I'm running it into iOS Simulator from a Macbook

@JBaczuk
Copy link
Contributor

JBaczuk commented Sep 5, 2021

@jetonk thanks for the report.

@lucidprojects
Copy link

lucidprojects commented Sep 29, 2021

I'm having a similar issue

on these package versions:
"expo": "^42.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",

console shows the call to plaidlink but just shows blank CONSENT view

plaidlink://event?event_name=OPEN&error_code&error_message&error_type&exit_status&institution_search_query&link_session_id=0e0e67f3-6f06-4561-a07c-a74111d6d88c&mfa_type&view_name=CONSENT&request_id&timestamp=2021-09-29T22%3A45%3A07.256Z
Object {
  "eventName": "OPEN",
  "metadata": Object {
    "errorCode": null,
    "errorMessage": null,
    "errorType": null,
    "exitStatus": undefined,
    "institutionId": undefined,
    "institutionName": undefined,
    "institutionSearchQuery": null,
    "linkSessionId": "0e0e67f3-6f06-4561-a07c-a74111d6d88c",
    "mfaType": null,
    "requestId": null,
    "timestamp": "2021-09-29T22:45:07.256Z",
    "viewName": "CONSENT",
  },
}

Comparing to running the demo, I get the same OPEN event but I am never shown the "CONSENT" webview.

@lucidprojects
Copy link

Ok a little more context, I was attempting to call the PlaidLink component within a modal component. Moving that out to its own component up the tree seems to have fixed the issue.

Any known issues with running it within a react-native modal component?

@JBaczuk
Copy link
Contributor

JBaczuk commented Sep 30, 2021

@lucidprojects #10

@lucidprojects
Copy link

Thanks for the response and the great package @JBaczuk but I'm not following how #10 relates to the issue I'm having.

I'm using the most recent version of your package
"@burstware/expo-plaid-link": "^1.0.5"

I have it working without issue in its own component it's only when I try to load it in a modal component that its blank and never gets past the OPEN event.

@JBaczuk
Copy link
Contributor

JBaczuk commented Oct 5, 2021

@lucidprojects Was just pointing out that issue seems to be using a modal as well, and wasn't working until they patched something. Did you try that patch?

@erikgoins
Copy link

We're hitting an issue running this on Draftbit expo where the code doesn't run.

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

4 participants