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

Pass thru custom theme to FormGroup and Select #33

Closed markusguenther closed 7 years ago

markusguenther commented 7 years ago

In some components, the custom theme is not used. The reason for that is that the theme property is not passed thru to the styledcomponents. For instance in the FormGroup.

Fixes: #32