From 4baa7aaa9a2062721d2196ab7487905ba55f8ecf Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Dall'Agnol Date: Thu, 6 Oct 2022 14:27:34 -0300 Subject: [PATCH] feat: Update aspectRatio supported types docs --- docs/layout-props.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/layout-props.md b/docs/layout-props.md index 0f68ce213eb..c39be8674cb 100644 --- a/docs/layout-props.md +++ b/docs/layout-props.md @@ -211,9 +211,9 @@ Aspect ratio controls the size of the undefined dimension of a node. See https:/ - On a node with flex grow/shrink, aspect ratio controls the size of the node in the cross axis if unset - Aspect ratio takes min/max dimensions into account -| Type | Required | -| ------ | -------- | -| number | No | +| Type | Required | +| -------------- | -------- | +| number, string | No | ---