MichaelCereda / react-native-form-generator

Generate forms with native look and feel in a breeze
MIT License
377 stars 105 forks source link

Newer versions of React switched to prop-types package. #124

Closed hans0low closed 6 years ago

hans0low commented 7 years ago

Was trying to use this with the newer versions of React-Native and kept getting undefined errors. React recently switched to a different package called prop-types. I did the small fixes and it now works in my project.

sauce: https://reactjs.org/docs/typechecking-with-proptypes.html

mickadoua commented 6 years ago

Hello, this PR will be merged soon ?

hans0low commented 6 years ago

In case you want to install the PR and save yourself the manual effort:

npm install MichaelCereda/react-native-form-generator#pull/124/head

subodhpareek18 commented 6 years ago

🙏 please merge the PR

MichaelCereda commented 6 years ago

I'll check and merge the pr today.

ballad89 commented 6 years ago

has a version with this PR been released ?