Michael Knoch
Michael Knoch
i fixed this here https://github.com/yorkie/react-native-wechat/pull/562
any progress on this?
is there any fix or a workaround for this issue by now? Experiencing the same problem. @arunraj-qburst @leecade
have you tried passing width from Dimensions.width instead of using flex layout? @jeffreymendez1993
also seeing this crash for react-native version 0.66.0
changes from the docs are applied. It doesn't seem to always crash. I can reliably reproduce this on our CI but not on local devices so far, I'll keep investigating...
I do not understand the solution from @crutchcorn . Is this fixing the insets when using immersive mode? Where do I have to set the flag?
it would be awesome when the url prop always points to the latest release
As far as I know this is a problem with the underlying wechat sdk. It doesn't support arm64 simulators which is mandatory on apple silicon devices. Can we fill a...
I ran into the same issue locally and I found out that it only happens when `/usr/local/ndk/21.3.6528147` is a symlink. Not sure why, as far as I know it should...