React Native文本添加下划线

import { StyleSheet } from 'react-native'

const styles = StyleSheet.create({
  mExchangeCopyText: {fontWeight: 'bold', color: '#1677ff', textDecorationLine: 'underline'}
})

export default styles

猜你喜欢

转载自blog.csdn.net/xutongbao/article/details/132274656
今日推荐