Use TextPropTypes from 'deprecated-react-native-prop-types' for RN 0.69 compatability
RN 0.68 introduced deprecation warnings for usages of React Native PropTypes. Then in RN 0.69 the PropTypes were removed. See this issue. The package deprecated-react-native-prop-types has been provided to support the continued use of PropTypes.
This PR simply makes the change to use the deprecated-react-native-prop-types package for TextPropTypes so that this package is compatible with RN 0.69.
Closes https://github.com/obipawan/react-native-hyperlink/issues/67.
@obipawan can you review this? It blocks upgrading to RN 0.69.
@obipawan can you please make a release with this critical change
fixed with latest