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 padding value conflict #55

Closed biodunch closed 7 years ago

biodunch commented 7 years ago
screen shot 2017-06-25 at 10 30 28 am

Split the padding property into paddingTop and paddingRight due to errors "Failed To pass declaration " padding: 12 8"

Check image above for description.