Skip to content

Commit

Permalink
Text/TextInput: Android now supports maxFontSizeMultiplier prop (#755)
Browse files Browse the repository at this point in the history
Introduced by this commit: facebook@4936d28
  • Loading branch information
rigdern authored and cpojer committed Feb 7, 2019
1 parent 3c9f460 commit 74b7ec0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,9 @@ Specifies largest possible scale a font can reach when `allowFontScaling` is ena
* `0`: no max, ignore parent/global default
* `>= 1`: sets the `maxFontSizeMultiplier` of this node to this value

| Type | Required | Platform |
| ------ | -------- | -------- |
| number | No | iOS |
| Type | Required |
| ------ | -------- |
| number | No |

---

Expand Down
6 changes: 3 additions & 3 deletions docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@ Specifies largest possible scale a font can reach when `allowFontScaling` is ena
* `0`: no max, ignore parent/global default
* `>= 1`: sets the `maxFontSizeMultiplier` of this node to this value

| Type | Required | Platform |
| ------ | -------- | -------- |
| number | No | iOS |
| Type | Required |
| ------ | -------- |
| number | No |

---

Expand Down

0 comments on commit 74b7ec0

Please sign in to comment.