openmobilehub / react-native-omh-auth

https://openmobilehub.github.io/react-native-omh-auth/
Apache License 2.0
0 stars 0 forks source link

Edge to edge support #43

Open dzuluaga opened 1 month ago

dzuluaga commented 1 month ago

Navigation bar is black.

ddolny commented 1 month ago

Hi, I checked the possibilities for the ReactNative, and there are some problems right now with edge to edge support. To be more specific , there are problems with ReactNavigation library, which we are using.

Here are the links to the issues: https://github.com/react-navigation/react-navigation/issues/11372 https://github.com/kirillzyusko/react-native-keyboard-controller/issues/241 https://github.com/callstack/react-native-paper/issues/4090

The solution would be to use https://github.com/oceanbit/react-native-immersive-bars/, as someone mentioned it in the comments, but it's not maintained anymore.

So, to sum up, for now there is no solution that would not introduce any hacks or workarounds. As sample app should show good practices, I suggest to implement edge to edge when issues with react native libraries are resolved

dzuluaga commented 1 month ago

Thanks, @ddolny for the research. Let's keep it monitored. Will leave this issue open to track it down the road.