Skip to content

Commit a6e7419

Browse files
feat: Add verticalAlign to Text Style Props docs (facebook#3361)
1 parent 911a282 commit a6e7419

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/text-style-props.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,14 @@ Specifies text alignment. On Android, the value 'justify' is only supported on O
503503

504504
---
505505

506+
### `verticalAlign` <div class="label android">Android</div>
507+
508+
| Type | Default |
509+
| ----------------------------------------------- | -------- |
510+
| enum(`'auto'`, `'top'`, `'bottom'`, `'middle'`) | `'auto'` |
511+
512+
---
513+
506514
### `writingDirection` <div class="label ios">iOS</div>
507515

508516
| Type | Default |

0 commit comments

Comments
 (0)