Closed sherodtaylor closed 3 years ago
If i comment out or delete the reference it is still broken. I can't import it i've installed it with expo install and also installed react native webviewer.
@sherodtaylor It is still broken if you remove any code to do with the module?
It works if I remove the import of the module.
On Mon, Mar 1, 2021 at 7:28 PM Jordan Baczuk notifications@github.com wrote:
@sherodtaylor https://github.com/sherodtaylor It is still broken if you remove any code to do with the module?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/burstware/expo-plaid-link/issues/4#issuecomment-788551519, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALKCVGHBJSQPNPS2FT6NSDTBRLMFANCNFSM4YJL6J3A .
@sherodtaylor I am unable to reproduce this. A few things to check:
1 - You have recently obtained a valid, up-to-date link token from Plaid 2 - Wait at least a few seconds for it to load the link page 3 - verify you can get the link flow to work in a browser using the same token
closing due to inactivity
I have the same error, if I remove the PlaidLink component, it works. I checked and the link token and it works in the browser. My whole app seems to freeze once I import PlaidLink...
But, if I copy the exact same code from PlaidLink
component and just add it to my project, it works. Seems like the problem comes when importing the component directly from your library...
Any ideas?
@JBaczuk I'm also having the white screen error, my whole app is blank when I try to use this module. I went into the module itself and it appears that the WebView
component was problematic. IE, if I commented out any use of the WebView and replaced it with <Text>Debugging</Text>
, the app loads without issue. Further, I copied the source code into my project and then import the component directly, it fixes the white screen and I see plaid webview show up.
FWIW I'm using a yarn 2 monorepo, and I noticed that the installed version of react-native-webview
at node_modules/@burstware/expo-plaid-link/node_modules/react-native-webview was something like version 11.6.2, whereas the version installed for my app is 11.0.2. I'm wondering if the fix is to remove the ^11.0.2
package ref and pin it to something less modern.
@justinbretting I'm not sure about the webview version, but which version of this package are you using? There was a recent fix that might help.
My whole app just turns blank no errors or anything for ios
It just breaks when I import the plaid link