React Native textAlign:'justify' 在 RTL 中不起作用

Posted

技术标签:

【中文标题】React Native textAlign:\'justify\' 在 RTL 中不起作用【英文标题】:React Native textAlign:'justify' not working in RTLReact Native textAlign:'justify' 在 RTL 中不起作用 【发布时间】:2020-08-27 06:17:01 【问题描述】:

我在justify 中使用了style 我的文字,但它在ltr 中运行良好,但在rtl 中无法运行

style=
marginTop:20,
fontSize: 16, 
textAlign:'justify'

【问题讨论】:

【参考方案1】:

writingDirection:'rtl' 属性与textAlign:'justify'

style=
marginTop:20,
fontSize: 16, 
textAlign:'justify',
writingDirection:'rtl'

【讨论】:

以上是关于React Native textAlign:'justify' 在 RTL 中不起作用的主要内容,如果未能解决你的问题,请参考以下文章

React-Native组件之Text内文字垂直居中方案

在 react-native 项目中,iOS 的 RTL 文本未正确对齐

React Native那些事

React Native 限制? [关闭]

React Native之React速学教程(下)

Windows下的 React Native 的环境搭建