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
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
I noticed we cannot use textAlign in styles since you are nesting
<Text />
containers (https://facebook.github.io/react-native/docs/text.html#containers).Would be nice if we could add support for this. Maybe with a
<Text style={styles[node.name+'Align']}>
class name (ie. pAlign)?Thanks.
The text was updated successfully, but these errors were encountered: