From a6e74190571efadcdbe1437cce85eaedbce4e503 Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Dall'Agnol Date: Thu, 6 Oct 2022 06:45:52 -0300 Subject: [PATCH] feat: Add verticalAlign to Text Style Props docs (#3361) --- docs/text-style-props.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/text-style-props.md b/docs/text-style-props.md index ecf10d9bf10..ae409ec5df6 100644 --- a/docs/text-style-props.md +++ b/docs/text-style-props.md @@ -503,6 +503,14 @@ Specifies text alignment. On Android, the value 'justify' is only supported on O --- +### `verticalAlign`
Android
+ +| Type | Default | +| ----------------------------------------------- | -------- | +| enum(`'auto'`, `'top'`, `'bottom'`, `'middle'`) | `'auto'` | + +--- + ### `writingDirection`
iOS
| Type | Default |