text-decoration: line-through;
This function is how to achieve ?
Help!Help!
Not all css is available for use, yet.
You can implement your own custom component for this until it's added in to core: strike through on UILabel and how to create your own components for react-native
@brentvatne thanks
This could be trivially added the same way as in https://github.com/facebook/react-native/pull/482 with NSStrikethroughStyleAttributeName attribute
I contribute the code and made a pull request https://github.com/facebook/react-native/pull/845#
Wait for FB merge.
@KJlmfe - thanks, closing this issue as the discussion as moved to the PR now :smile:
In react-native you can use :
textDecorationLine: 'line-through'
Most helpful comment
In react-native you can use :
textDecorationLine: 'line-through'