Wojciech Lewicki

Results 109 comments of Wojciech Lewicki

I still don't get why you need this PR. https://github.com/software-mansion/react-native-screens/issues/645#issuecomment-712199841 answers the issue of a folded header and this PR tries to do the same thing exactly.

This PR is not a solution to the problem, rather a workaround, which can result in other bugs, so we most probably don't want to merge it unfortunately. I believe...

I have no easy solution for this then unfortunately. Probably when EAS comes live for everyone, it will be simpler to patch native code for managed workflow.

I am afraid not, only the one from this PR and the ones from the issues.

It is a behavior of `StatusBar` component and we can't do anything about it unfortunately. I added ability to control the `statusBar` from the `Screen` component, which should work on...

Yeah, that is one of the reasons why using native option is better since it handles change of status bar automatically for modals. The reason why this happens here is...

The top of the stack trace suggests not finding some class which does not seem related to `react-native-screens`. Did you clear all the caches etc.? There were many changes related...

Did you try to setup a fresh project with your version of RN and `react-native-screens` and check if it works there? Maybe there is something specific in your project that...

@iamvucms I tested the repo you provided and it is true that the current version of library leads to the crash and `2.18.1` version doesn't. Still, I think the crash...

Can you post this simple repo with the changed applied with e.g. `patch-package` so we can work on it?