diff --git a/deprecated-react-native-prop-types/DeprecatedTextPropTypes.js b/deprecated-react-native-prop-types/DeprecatedTextPropTypes.js index 869013e..771fa09 100644 --- a/deprecated-react-native-prop-types/DeprecatedTextPropTypes.js +++ b/deprecated-react-native-prop-types/DeprecatedTextPropTypes.js @@ -45,6 +45,7 @@ const DeprecatedTextPropTypes = { accessible: PropTypes.bool, adjustsFontSizeToFit: PropTypes.bool, allowFontScaling: PropTypes.bool, + android_hyphenationFrequency: PropTypes.oneOf(['normal', 'none', 'full']), dataDetectorType: PropTypes.oneOf([ 'all', 'email',