Prajwaltechversant
Prajwaltechversant
Hi any update on this ?
does this pr fix this https://github.com/oblador/react-native-vector-icons/issues/1760, and update the glyphmaps file
HI there ! In android the initial value of useHeaderHeight() is zero , but when the device is rotated , it will be returning correct value . In ios the...
HI there ! In android the initial value of useHeaderHeight is zero , but when the device is rotated , it will be returning correct value . In ios the...
I also have the same issue with new architecture and rn latest . fixed it by adding overflow:'hidden' to parent container.
+1 react-native : 0.80.1 ( new arch) @react-navigation/native-stack : 7.3.21 react-native-screens:4.12.0
HI @AndreiCalazans @kkafar Please check this https://github.com/software-mansion/react-native-screens/issues/3008#issue-3238868646
Hi @kkafar @kmichalikk @rnscreensteam, just following up — this layout issue is currently blocking our production release, and it only occurs with native-stack, which we rely on due to other...
HI @kkafar @kmichalikk Thanks for the update! Just wanted to add that I'm seeing this issue on iOS too — it's not limited to Android. The same layout glitch (e.g....
HI @kmichalikk I tried commenting out the Android-specific part , and yes — the layout updates correctly without any issues after that. However, I understand this isn't a proper workaround,...