React Native文本添加下划线

import { StyleSheet } from 'react-native'

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

export default styles

posted @ 2023-08-14 14:02  徐同保  阅读(15)  评论(0编辑  收藏  举报  来源