Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是:如果我在这样的Text组件中设置对齐方式: textAlign: "left" 现在,如果我强制 RTL 模式(I18nManager),它会自动将样式转换为textAlign: "right"?
Text
textAlign: "left"
textAlign: "right"