Answers for "how to apply textdecorationline in react native"

5

react native text underline

textDecorationLine: 'underline'
Posted by: Guest on March-10-2021
0

how to draw a long underline in react native

<View
  style={{
    borderBottomColor: 'black',
    borderBottomWidth: 1,
  }}
/>
Posted by: Guest on July-07-2021

Code answers related to "how to apply textdecorationline in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language