Answers for "change color of strike through line of text in react native"

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 "change color of strike through line of text in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language