I am looking for a way to make a diagonal line through a text element on react-native.
with an :after element and css this should be possible but this is not available in react-native.
Anybody cool suggestions?
if you want to make strick in text you should use something like this
<Text style={{ textDecorationLine: 'line-through' }}>$12</Text>