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

Multiline Inputs does not work in Release bundles #28

Closed markusguenther closed 7 years ago

markusguenther commented 7 years ago

When using the Example app for instance in the Debug mode, everthing works fine. But when you release the app (xCode or Android Studio does not matter) the multiline inputs are looking like multiline elements but they have just one line.

It seems that the properties are not passed thru because the label is also with to much space and the input is centered and not at the top.

img_3208