catalinmiron / react-native-plaid-link

React Native Plaid authenticator
122 stars 56 forks source link

On Dismissing plaid on mobile, it ends up with white screen #21

Open 07nisha opened 5 years ago

07nisha commented 5 years ago

When i press continue after completing process , it shows white screen with no data

catalinmiron commented 5 years ago

Could you please check the example folder for the code reference or https://github.com/plaid/link/issues/153#issuecomment-377900460? Please let me know if this fixed your issue.

Thanks!

Kiran0791 commented 5 years ago

OnMessage is not getting trigged on click of close. Could someone help me out with this. And this happening after updating the package to ^1.3.8

jpouabou commented 5 years ago

HI @catalinmiron ! Thanks for this awesome wrap of the plaid link. Like the other users, when I click on "Continue" the onMessage is not trigerred and I just get a blank screen. I have followed all your suggestions and still cannot get it to work after 1 week of trying.

moh-rangwala-solulab commented 5 years ago

Hi @catalinmiron , onMessage works for webView in react-native, but doesn't work for the library react-native-webview. # #21

moh-rangwala-solulab commented 5 years ago

Solved it, just make sure you set an empty variable outside the component (eg: let x=' '), and assign values to that variable, onMessage.