Answers for "font color react native in line style"

2

change color of strike through line of text in react native

<Text style={{textDecorationLine: 'line-through', textDecorationStyle: 'solid'}}>
  Solid line-through
</Text>
Posted by: Guest on July-05-2020

Code answers related to "font color react native in line style"

Code answers related to "Javascript"

Browse Popular Code Answers by Language