Getting the following error in **React Native 0.51.0** `undefined is not an object (evaluating '_react2.PropTypes.string')` I have managed to find a fix by removing the PropTypes import from react, and replacing it with `import PropTypes from 'prop-types';`. Submitting a PR for review. 