-
Notifications
You must be signed in to change notification settings - Fork 21
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
Comments
@jetonk thanks for the report. |
I'm having a similar issue on these package versions: console shows the call to plaidlink but just shows blank CONSENT view
Comparing to running the demo, I get the same OPEN event but I am never shown the "CONSENT" webview. |
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? |
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 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. |
@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? |
We're hitting an issue running this on Draftbit expo where the code doesn't run. |
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
The text was updated successfully, but these errors were encountered: