aksonov / react-native-router-flux

The first declarative React Native router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaling of navBar not working in react-native 0.66

PhilippLeh21 opened this issue · comments

Since the update of react native (0.61 to 0.66) the scaling of the navBar does not work anymore. On iPhones without indentation it works fine but from iPhone X on it does not work anymore. Could this be a bug in the library? Because when you manually change the hight of the navBar it jumps right back to the wrong hight. There is no custom implementation for setting the hight.

Bildschirmfoto 2021-11-15 um 08 22 05

commented

Hi I too have same problem on 0.67 after updating from 0.62
found any solutions for this?

My solution was to replace react-native-router-flux with react-navigation.

commented

ok I will try this thank you