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

[f] update proptypes #67

Closed hprobotic closed 6 years ago

hprobotic commented 6 years ago

Use prop-types as single module

leoskyrocker commented 6 years ago

I initially thought it was a duplicate of https://github.com/esbenp/react-native-clean-form/pull/71, but with a closer look I think there may be a bug in this fix because in here PropTypes is a local variable due to the declaration inside the function argument.

markusguenther commented 6 years ago

Sry I am currently not working much with react native and the most dependencies in this library are outdated. But don't have the time to upgrade this.

esbenp commented 6 years ago

Closed in favor of #71