software-mansion / react-native-svg

SVG library for React Native, React Native Web, and plain React web projects.
MIT License
7.49k stars 1.13k forks source link

<Text/>, <TSpan/> property textDecoration is not working #1407

Open bredek opened 4 years ago

bredek commented 4 years ago

<Text/>, <TSpan/> components should have working textDecoration property, but it's not working on iOS and Android.

Hovewer it's working on the web.

Expo example: https://snack.expo.io/@eugene-bredyuk/svg

vomchik commented 4 years ago

@msand Could you tell me where is the right place in the code for applying kCTUnderlineStyleAttributeName or NSUnderlineStyleAttributeName attribute? i have tried to modify the getAttributes method in RNSVGTSpan but nothing happened 🤷‍♂️

vomchik commented 4 years ago

@msand ping 🙏

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.