react-native-html-render icon indicating copy to clipboard operation
react-native-html-render copied to clipboard

Feature Request: Add support for 'textAlign'

Open EvilLooney opened this issue 9 years ago • 1 comments

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.

EvilLooney avatar Nov 24 '15 17:11 EvilLooney

Sound good. But these days, I am so busy, if you can open a PR, that will be good.

osdio avatar Nov 24 '15 17:11 osdio