From 9a38c0756b098f076b36a85fab9f48b5e2315ba9 Mon Sep 17 00:00:00 2001 From: fabriziobertoglio1987 Date: Thu, 9 Feb 2023 18:27:10 +0100 Subject: [PATCH] Adding Android only prop android_hyphenationFrequency https://github.com/facebook/react-native/commit/0fda91ffffa4972ebe58e3d0b610692a1286eaa1 --- deprecated-react-native-prop-types/DeprecatedTextPropTypes.js | 1 + 1 file changed, 1 insertion(+) 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',