React Native text underline

import { StyleSheet } from 'react-native'

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

export default styles

Guess you like

Origin blog.csdn.net/xutongbao/article/details/132274656