flexsurfer
flexsurfer
yes , if splash screen is not used, then there is no issue , hm @Vilzku which splash library you're using ? thanks
btw, in `react-native-splash-screen` there is second parameter (`fullscreen`) in show method, if its `false` then it works fine , so the problem is that `react-native-splash-screen` hides statubar in fullscreen mode
cc @swabbass
@swabbass i set this option in `Navigation.push` and `Navigation.showOverlay` in both cases no effect
just wondering in https://github.com/wix/react-native-navigation/pull/7343 demo, translucent set to true but when statusbar color is changed in the UI, status bar in the app also changes its color, but if it...
in my case, i want to open an overlay with `layout.componentBackgroundColor` which has an alpha channel, so I can't just set this color to status bar, i want to make...
 ..............^ Expected result^ ...............................................................................................^ Actual result ^..............
thank you @swabbass , here is an example https://github.com/wix/react-native-navigation/pull/7421, so I'm trying to open overlay, and expect that statusbar will be same color, translucent, but its white
any updates ? i have the same error on mac m1
i need this functionality too, and for me would be better to have something like `:on-request [:my-event]`, where request object will be passed, easiest and flexible way i think