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