You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am pretty sure this is related to this: iamacup#42 (comment) which i have not found an elegant fix for on the table alignments, it would apply to any nested <Text> things though
@iamacup Seems the issue is due to the textgroup on Android not inheriting the common styles from body.
Manually setting textgroup: { textAlign: 'center' } fixed the issue for me.
(at the moment just a dumb example trying to put align everything to the right). The background color indicates that the body indeed just wraps the text-element, so in a standard styling scenario this should work (and it does on iOS).
I realise that this is an old thread, but: Does anyone have any solution to this? I guess it wasn't related to your referenced issue @iamacup ?
I have tried everything in custom styling, but nothing works on Android while on iOS single "textAlign: center" works without any problems
The text was updated successfully, but these errors were encountered: