Brian Jeong

Results 7 comments of Brian Jeong

@rhawley1 were you able to get this resolved? also running into an issue where the `subscribe` method is not firing when the app is opened from a killed state

@proverbface did you ever resolve this issue? I am also getting this in iOS on `react-native-plaid-link-sdk: 7.2.1`

Hi @wcarson, would you mind sharing how you are handling step 2 in your process? Are you using the `/authorize` endpoint? I'm having a weird issue where I can see...

> > Hi @wcarson, would you mind sharing how you are handling step 2 in your process? Are you using the `/authorize` endpoint? I'm having a weird issue where I...

My goal was to create a pop up modal similar to what the OP was looking for in [#1059](https://github.com/react-navigation/react-navigation/issues/1059) but I found that almost all of the solutions referenced involved...

@setanallas you have 2 things wrong. 1. The isVisible prop of your Modal is hardcoded to equal false. Instead, do this: ```javascript ``` That should be it.