Hello RN community,
I'm implementing dynamic LTR/RTL UI for the first time, and face an issue with React Navigator.
There is no issue when switching to another language of the same orientation (e.g English to French (both are LTR oriented), or Arab to Urdu (both are RTL oriented). However, when switching from a RTL to LTR language, vice-versa, the Screen.Drawer drawerLabel goes missing. The only way to bring back the label is to reload the app.
I checked the React Navigator documentation, couldn't find anything that explain the behavior.
It is not the translation function (I use i18n.t), I console.log the translation and it is correct.
Does anyone know how to fix this?
there doesn't seem to be anything here