Skip to content

Commit

Permalink
Update textTransform references, to reflect it being both iOS+Andro…
Browse files Browse the repository at this point in the history
…id now (rather than just iOS) (#500)
  • Loading branch information
JackWillie committed Aug 27, 2018
1 parent 2a8b510 commit ac43eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/text-style-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

---

Expand Down
2 changes: 1 addition & 1 deletion docs/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_)

Expand Down

0 comments on commit ac43eaf

Please sign in to comment.