bietkul / react-native-form-builder

Handle your forms in a smart way
MIT License
121 stars 68 forks source link

PropTypes has move to its own package starting React 15.5 #8

Closed alterx closed 6 years ago

alterx commented 6 years ago

PropTypes has moved into it's own package starting with React 15.5+ (https://reactjs.org/blog/2017/04/07/react-v15.5.0.html) so this package is throwing of errors when used with newer versions of React (16, for example).

Change should be pretty straightforward: https://reactjs.org/blog/2017/04/07/react-v15.5.0.html#migrating-from-reactproptypes

Are you accepting PRs?

bietkul commented 6 years ago

Yes, It'll be best if you can contribute.

bietkul commented 6 years ago

Thanks I've merged it and updated the package on npm also.

alterx commented 6 years ago

Perfect @bietkul , thank you :)