Starting with react v15.5 the use of React.PropTypes resulted in a deprecation warning. in v16 that module was moved to the prop-types package. This is causing react-native-hr to fail:
TypeErr: Cannot read property 'string' of undefined
React has scripts that can be used to update the source for this package: https://github.com/reactjs/react-codemod. although that is probably unnecessary because the change is pretty minor.
Starting with react v15.5 the use of
React.PropTypesresulted in a deprecation warning. in v16 that module was moved to theprop-typespackage. This is causingreact-native-hrto fail:React has scripts that can be used to update the source for this package: https://github.com/reactjs/react-codemod. although that is probably unnecessary because the change is pretty minor.