mrazadar / react-native-mentions-editor

What's App like mentions functionality for your react-native apps.
MIT License
147 stars 77 forks source link

fix undefined proptypes .null and .placeholder #7

Closed mantissa7 closed 4 years ago

mantissa7 commented 4 years ago

Fixes PropType errors due to PropTypes.placeholder and PropTypes.null not existing

mrazadar commented 4 years ago

Thanks @mantissa7 for pointing this out.