evblurbs / react-native-md-textinput

React Native TextInput styled with Material Design.
322 stars 122 forks source link

Does not works with React 16.x.x because PropTypes has been removed from React 16 above. #60

Open nuhbye opened 6 years ago

nuhbye commented 6 years ago

Here is the link to more info: https://reactjs.org/warnings/dont-call-proptypes.html

hironarita commented 6 years ago

There's a pending pull request to fix this issue https://github.com/evblurbs/react-native-md-textinput/pull/56

kylegoetz commented 6 years ago

I suppose it's never getting fixed.

siva-444 commented 3 years ago

try that import PropTypes from 'prop-types';