wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.03k stars 2.67k forks source link

Fix truncated bottom tab text on iPads #7710

Closed yogevbd closed 1 year ago

yogevbd commented 1 year ago

Closes #7506, closes #6923

agestaun commented 1 year ago

This is still an issue. It used to ellipsize the text, now it just cuts it.

Screenshot 2023-06-15 at 13 25 21

manuhook commented 1 year ago

@yogevbd I confirm it's still an issue on ipad,

also this commit introduce a new issue on Push : a white screen flash on iOS each time a screen is pushed (iphone & ipad) (animations push waitForRender is set to true)

IMG_4736

aliraza-noon commented 1 year ago

the text is being cut off after this fix is merged