react-native-osd-datetimepicker
react-native-osd-datetimepicker copied to clipboard
Changed the PropTypes from React to prop-types
React package don't have proptypes property anymore, instead it is in another package, "prop-types". I added the dependency and used it.
Also, I changed the dependency to react-native-osd-simple-button to my fork of it (did the same with proptypes in that repo too)
Fixing #6