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 was 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.