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.
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.