Michael Wedd

Results 4 comments of Michael Wedd

> I managed to solve it by setting `keyboardOpeningTime={Number.MAX_SAFE_INTEGER}`, but it's just a workaround. This also solved it for me. I'd like to know what the root cause is though...

> @StarryFire From the thread, someone posted a [gist](https://gist.github.com/patrickhammond/0b13ec35160af758d98c) with a workaround. It doesn't give many details on why it's needed, so here's Android's documentation about [security provider](https://developer.android.com/training/articles/security-gms-provider?authuser=1). > >...

It's quite common to store a user's access token in state, as @gabrielmoncea suggested, using libraries like redux. Unless you're using redux-persist — which also can take secure storage engines...

Also seeing the same issue after upgrading to RN 0.63.2. This lib should be marked as incompatible with at least 0.63.2 and maybe older versions too.