We were kind of encouraged to use PropTypes from the beginning since we started learning React, and it actually does a great type-checking job so far. However, based on several reasons I’ve decided to retire PropTypes from our projects: Flow now has better support for React and React Native Flow 0.53+ made a bunch of improvements to better work with…