From 37d85ba6a1b4f061f7c0767c6a35cb62ad27c61c Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Dall'Agnol Date: Wed, 12 Oct 2022 05:11:14 -0300 Subject: [PATCH] Layout Props: Update aspectRatio supported types (#3363) --- 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 | ---