From e77762cae0782388f8cbe87ad41885b2dd55bd90 Mon Sep 17 00:00:00 2001 From: fabriziobertoglio1987 Date: Fri, 26 Jun 2020 07:51:53 +0200 Subject: [PATCH] adding docs for android_hyphenationStrategy --- docs/text.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/text.md b/docs/text.md index 132bcaed2bd..32cee081fcc 100644 --- a/docs/text.md +++ b/docs/text.md @@ -695,6 +695,16 @@ Set text break strategy on Android API Level 23+, possible values are `simple`, | ----------------------------------------- | -------- | -------- | | enum('simple', 'highQuality', 'balanced') | No | Android | +--- + +### `android_hyphenationFrequency` + +Sets the frequency of automatic hyphenation to use when determining word breaks on Android API Level 23+, possible values are `none`, `full`, `balanced`, `high`, `normal`. The default value is `none`. + +| Type | Required | Platform | +| ---------------------------------------- | -------- | -------- | +| enum('none', 'full', 'balanced', 'high') | No | Android | + # Known issues - [react-native#22811](https://github.com/facebook/react-native/issues/22811): Nested Text elements do not support `numberOfLines` attribute