Skip to content

Commit

Permalink
Layout Props: Update aspectRatio supported types (facebook#3363)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel authored Oct 12, 2022
1 parent e00c9b0 commit 37d85ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/layout-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

---

Expand Down

0 comments on commit 37d85ba

Please sign in to comment.