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

Passing theme as property does not override default theme #62

Open ChadWWatson opened 6 years ago

ChadWWatson commented 6 years ago

I have copied and modified the theme file so we could use our own them then passed in as prop but it is not working.

<Fieldset label="Contact details" theme={FormTheme}>