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

Fix the pass thru of properties in release-mode #31

Closed markusguenther closed 7 years ago

markusguenther commented 7 years ago

In the release mode, the form properties have not been passed thru.

The type of the component was not accessible in the release mode. So now we have a property componentName to fix that.

Fixes: #28

esbenp commented 7 years ago

I am not sure I understand - why do the components need this?

markusguenther commented 7 years ago

Hope that it makes it clear, if not just ask ;)