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 76 forks source link

[TASK] Inherit theme property #24

Open markusguenther opened 7 years ago

markusguenther commented 7 years ago

Actually, the theme property needs to be set for each element in the form. It would be awesome to set the theme just once in the Form component. And the child can have a theme to override the default or the configured theme in Form.