ystefanov6
ystefanov6
Still having the issue aswell on android, removed all SafeAreaViews and replaced with View + insets but the problem persists. Could anyone post a full example to see if I'm...
> @ystefanov6 check my comment on [#1251](https://github.com/software-mansion/react-native-screens/issues/1251#issuecomment-1198545788) to see if that helps you at all Thanks for this. Unfortunately I'm using expo and the latest supported version of screens for...
I finally managed to fix it in my case by replacing materialBottomTabs to just the bare bottomTabs, it lacks nice animations but flicker is gone. Apparently it's a known issue...