这是一个尝试实现的示例,下面是组件结构的分解
<View style={styles.buttonHolder}>
<Text style={styles.greenButtonIcon}>
FB
</Text>
<Text style={styles.greenButtonText}>
{this.props.buttonName}
</Text>
</View>
我的问题在这里,因为文本与整个框居中对齐,所以我不能为文本和图标设置 flex 值,因为这会使它们有自己的空间并且不会浮动。
你能帮忙吗?如果您需要更多信息,请告诉我。