fram-x / react-native-styled-text

Styled Text for React Native
MIT License
69 stars 11 forks source link

Main container change from Text to View #27

Closed ronzano closed 4 years ago

ronzano commented 4 years ago
element children does not support padding or margin so they should be contained in a element.
bjornegil commented 4 years ago

Thanks for your input, Marco!

The idea is that StyledText behaves as Text, but supports easy styling of content. If you want support for View properties you should rather wrap StyledText in another component supporting that.