change color of strike through line of text in react native

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

Also in JavaScript: