change color of strike through line of text in react native

116

change color of strike through line of text in react native -

<Text style={{textDecorationLine: 'line-through', textDecorationStyle: 'solid'}}>
  Solid line-through
</Text>

Comments

Submit
0 Comments