Bayram Arif
Bayram Arif
> This is algo happening to me but only when I upgraded to react navigation 6: > > before upgrade (working without crashes): > > ``` > "@react-navigation/bottom-tabs": "^5.10.6", >...
I think spotted the react-navigation related issue. So when you trying to navigate to a screen in a different navigation layer, meaning that for examle your navigation tree looks like...
> My app crashes under a certain condition 100%. In my case, I navigated to a screen with react-navigation and the screen has a scrollview with a blur view in...
> Confirming the patch has solved the issue (for now) which patch ?
> This patch: > https://gist.github.com/artyorsh/cb8cf71a28be5ccde8f1926e06dbe3a8 this didn't work on me. still getting crashed. I dunno but, Its looking like this is react navigation related something to me ... as like...
> It's certainly something we could explore in the future, but I cannot promise anything at this moment. You could accomplish something similar using `.enabled()` modifier. (Setting it to `false`...
Its a device specific thing i believe becausw i testes same exact apk on different device and it did work. On Relme doesnt work on me
> Not sure if it is still relevant to you all, since we had the same issue and as we work closely with CI/CD, applying patch locally was not a...