Skip to content

Commit

Permalink
feat: Add verticalAlign to Text Style Props docs (facebook#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Oct 6, 2022
1 parent 911a282 commit a6e7419
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/text-style-props.md
Expand Up @@ -503,6 +503,14 @@ Specifies text alignment. On Android, the value 'justify' is only supported on O

---

### `verticalAlign` <div class="label android">Android</div>

| Type | Default |
| ----------------------------------------------- | -------- |
| enum(`'auto'`, `'top'`, `'bottom'`, `'middle'`) | `'auto'` |

---

### `writingDirection` <div class="label ios">iOS</div>

| Type | Default |
Expand Down

0 comments on commit a6e7419

Please sign in to comment.