aksonov / react-native-router-flux

The first declarative React Native router
MIT License
8.99k stars 2.11k forks source link

Scaling of navBar not working in react-native 0.66 #3806

Open PhilippLeh21 opened 2 years ago

PhilippLeh21 commented 2 years ago

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

Rekha16 commented 2 years ago

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

PhilippLeh21 commented 2 years ago

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

Rekha16 commented 2 years ago

ok I will try this thank you