evblurbs/react-native-md-textinput

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

nuhbye opened this issue · 3 comments

There's a pending pull request to fix this issue #56

I suppose it's never getting fixed.

try that
import PropTypes from 'prop-types';