flexsurfer

Results 249 comments of 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

@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...

![image](https://user-images.githubusercontent.com/11790366/148535337-61a55eb1-a16f-47b2-b1b9-aee853627a72.png) ..............^ 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

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