From ac43eafb7849821fbb4aae08f385e3e50eaeae04 Mon Sep 17 00:00:00 2001 From: JackWillie Date: Mon, 27 Aug 2018 21:26:16 +0100 Subject: [PATCH] Update `textTransform` references, to reflect it being both iOS+Android now (rather than just iOS) (#500) --- docs/text-style-props.md | 6 +++--- docs/text.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/text-style-props.md b/docs/text-style-props.md index ea562a62..fc8b1806 100644 --- a/docs/text-style-props.md +++ b/docs/text-style-props.md @@ -175,9 +175,9 @@ Set to `false` to remove extra font padding intended to make space for certain a ### `textTransform` -| Type | Required | Platform | -| ---------------------------------------------------- | -------- | -------- | -| enum('none', 'uppercase', 'lowercase', 'capitalize') | No | iOS | +| Type | Required | +| ---------------------------------------------------- | -------- | +| enum('none', 'uppercase', 'lowercase', 'capitalize') | No | --- diff --git a/docs/text.md b/docs/text.md index 5b5ef45a..9c0c6691 100644 --- a/docs/text.md +++ b/docs/text.md @@ -427,7 +427,7 @@ Specifies whether fonts should scale to respect Text Size accessibility settings - **`textDecorationStyle`**: enum('solid', 'double', 'dotted', 'dashed') (_iOS_) -- **`textTransform`**: enum('none', 'uppercase', 'lowercase', 'capitalize') (_iOS_) +- **`textTransform`**: enum('none', 'uppercase', 'lowercase', 'capitalize') - **`writingDirection`**: enum('auto', 'ltr', 'rtl') (_iOS_)