Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

change color of strike through line of text in react native

<Text style={{textDecorationLine: 'line-through', textDecorationStyle: 'solid'}}>
  Solid line-through
</Text>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #color #strike #line #text #react #native
ADD COMMENT
Topic
Name
8+5 =