【发布时间】:2020-01-04 10:50:57
【问题描述】:
环境: “反应”:“16.8.6”, "react-native": "0.60.5",
【问题讨论】:
标签: react-native justify
环境: “反应”:“16.8.6”, "react-native": "0.60.5",
【问题讨论】:
标签: react-native justify
查看似乎支持的文档:https://facebook.github.io/react-native/docs/layout-props#justifycontent
支持的类型包括:
enum('flex-start', 'flex-end', 'center', 'space-between', 'space-around', 'space-evenly')
【讨论】:
justifyContent: 'space-evenly' 从 RN 0.52.0 开始支持,因此在 0.60.5 中也支持。
【讨论】: