import { StyleSheet } from 'react-native'

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

export default styles

React Native文本添加下划线_系统