-
-
Notifications
You must be signed in to change notification settings - Fork 591
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
Sub and sup tags are not correctly aligned #76
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This feature, to be fully implemented, requires React Native to support |
textAlignVertical doesn't work relatevely to line, but to containing block. Those styles gave the false impression that sub and sup where fully supported, but that will not be the case until React Native has official support for this. Vote for the feature here: https://react-native.canny.io/feature-requests/p/support-superscript-and-subscript Related #259, #76
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I am closing because this issue has to be fixed upstream. |
How I can correct render and sub tags?
When I render sup task, text becoming common, and don't support textVerticalAlign: 'top', is always eat bottom. Any have issue?
The text was updated successfully, but these errors were encountered: