esbenp / react-native-clean-form

Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components
http://esbenp.github.io/2017/01/06/react-native-redux-form-immutable-styled-components/
MIT License
478 stars 83 forks source link

Allow Label to accept any styling props #85

Open priezz opened 6 years ago

priezz commented 6 years ago

This allows Label to accept any styling props. However, this piece of code does not follow the prev style (no semicolons) and does not depend on styled components. Hope, it does not matter.

Theme section Label is now split into two - Label and LabelText, but older themes are still compatible.