Closed haggard-labs closed 8 months ago
Hi @haggard-labs
Thanks for reporting.
You added Expo Version 50.0.14
to your issue post. This means you are using Expo?
Note - our SDK does not support Expo. This is likely the root cause of your issue.
Hi there,
Okay, interesting. I've never had any problems with it before. All previous versions of the SDK have worked flawlessly with Expo.
Do you have any suggestions for a work-around?
Edit: You are correct! Opened the App w/o using ExpoGO and Plaid starts up with no issues. Strange it worked before - thank you!
Good afternoon, I have the same issue. Is there work being done to make it work with expo? Or I have to work with react native CLI?
Thanks and regards!
The problem
I just recently upgraded to 11.6.0 and transitioned to the new procedure (using create and open instead of PlaidLink). However, even after following the examples, I'm running into this error:
Cannot read property 'create' of null
.I have verified that my link token is being properly created and exists before passing it to the
createLinkTokenConfiguration
function.There's a good chance this is a silly mistake on my end, as it has been a few months since I've touched any React Native, but I've read all of the documentation on the upgrade and cannot find any solutions.
Any help would be appreciated!
Environment
Screenshots
Logs
In the following, "creating" indicates the
create
function was called and "false" indicates thelink_token
was not null.Code To Reproduce Issue
This is located in a large React Native app, so I'm not sure if this code works standstill, but here are the excepts.
If there is anything else I can provide please let me know!