text - React Native 中文本行之间的间距

标签 text react-native

我需要更改 Android 和 iOS 的 React Native 中文本的行间距。 这是样式页面中的代码:

text: {
  color: '#C0C0C0',
  fontSize: 18,
  textAlign: 'justify',
}

最佳答案

使用lineHeight -

  text: {
    color: '#C0C0C0',
    fontSize: 18,
    textAlign: 'justify',
    lineHeight: 30,
  },

关于text - React Native 中文本行之间的间距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42722675/

相关文章:

react-native - 将控制从父 View 的 PanResponder 传递给 subview PanResponder

mysql - 使用 Rails 提取博客文章的 "preview"

c# - 逐行比较两个文本文件

react-native - React Native - 如何仅键入数字键盘(不带标点符号)

react-native - react 导航以从 redux 操作文件中导航

ios - React Native 开发菜单在 iOS 模拟器中卡住

ios - React Native WebView 离线优先或本地内容

algorithm - 数据如何存储在文本框中?

algorithm - 清理大量单词列表中的内容

html - CSS 文本对齐。我不知道我的代码有什么问题