-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support line-through and underlining, textDecorationLine on <Text> components #709
Comments
Thanks @jmcginty. UWP has an "Underline" span type, but does not have a Strikethrough span type. We haven't yet added the underline feature. |
Most of this can be supported as of RS3 with APIs demonstrated in #1723. We just need to update the target and ensure that we do ApiInformation checks to make sure the target is RS3 or later. |
We are not investing in new features or lower priority bug fixes on vCurrent. The bulk of investment is now in vNext as we prepare to make that the default choice. If this issue is still relevant on the vNext implementation please open a vNext issue. If this issue is of significant severity for a vCurrent app and vNext is not an option, re-open with justification. |
The following textDecoration works on ios, but not on Windows.
In the react-native doco, textDecorationLine can be one of ..
['none' /default/, 'underline', 'line-through', 'underline line-through'] )
The text was updated successfully, but these errors were encountered: