From 538af1a1fb20256ceeb745a578905366e9dd9494 Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Wed, 20 Sep 2023 14:27:30 +0200 Subject: [PATCH] chore(readme): add supported `alignItems` values (#546) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ca8959d..94574e98 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ Satori uses the same Flexbox [layout engine](https://yogalayout.com) as React Na flexGrowSupported flexShrinkSupported flexBasisSupported except for auto -alignItemsSupported +alignItemsstretch, center, flex-start, flex-end, baseline, normal, default to stretch alignContentSupported alignSelfSupported justifyContentSupported