YaKun Liu

Results 11 comments of YaKun Liu

We had the same issue on our project as well using Realm 10.26.0. I ended up with a workaround by calling `let realm = try Realm(queue: nil)` which is the...

试了下自签名依然会闪退。错误信息是签名不匹配

>Does this issue happen if you background the application after the payment screen is already being displayed? No, if the payment screen is shown, then when to try to background...

Hi @maggiewhite-stripe I did reproduce it once `pi_3QXC8EEhqOG9KqpJ0Jgzx2HR` this is the payment intent id. And this `pi_3QXCESEhqOG9KqpJ1ylU7gkz` as well

I think I found a relative reliable way to reproduce: - press a button to trigger the payment screen. (payment screen will take a small amount time to appear) -...

Hi @mfazekas I've opened a PR #4065 for this to increase the timeout to 500ms. We noticed 200ms work for simple map to be retrieved but for a more complex...

Just want to check is there any update on this issue?

Not sure if anyone got a fix on this but I was searching around and noticed there is a bug posed in the RN github as well https://github.com/facebook/react-native/issues/54015. Looking at...

> This code is not thread safe: > > https://github.com/facebook/react-native/blob/6d7a93f2b15dd275a4622625aef089e934a1a8dd/packages/react-native/React/Base/RCTUtils.mm#L853-L872 > > But RCTImageLoader is, so this seems to be a similar race condition to [facebook/react-native#46115](https://github.com/facebook/react-native/issues/46115) Interesting, the code you...

>original stack trace is also [UIImage imageNamed:imageName] Do you mean https://github.com/facebook/react-native/issues/46115 ticket? Looking closely at this, `One crash I was able to reproduce with reproduce is` and `Customer is observing...