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 | ---