Is `textAlign` value automatically reversed in RTL mode?

Viewed 57

My question is: if I set the alignment in a Text component like this: textAlign: "left" Now, if I force RTL mode (I18nManager), will it automatically convert the style to textAlign: "right" ?

0 Answers
Related