【发布时间】:2021-05-01 01:21:11
【问题描述】:
代码是:
<View style={{flex: 1}}>
<View style={{flexDirection: 'row'}>
<Component.CircledIcon
source={iconSource}
/>
<Component.Text style={{fontWeight: 'bold',
fontSize: '$regular',
color: '$body',
flex: 1,
marginRight: '2.5rem',
paddingBottom: '1rem',
}}>
{name}
</Component.Text>
</View>
</View>
【问题讨论】:
标签: reactjs react-native flexbox react-native-flexbox