From d33efa1228b934c64bc8266437c4ca5bc8d9b082 Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Sat, 28 Feb 2026 23:17:39 +0300 Subject: [PATCH] Update PLAN.md with Yoga CSS Grid PR tracking details --- PLAN.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PLAN.md b/PLAN.md index 9c1e998ff..9db319648 100644 --- a/PLAN.md +++ b/PLAN.md @@ -1139,7 +1139,10 @@ bun run test:figma:report Based on our research, **Yoga** is the right choice now: -- **CSS Grid support is landing** — 9-part PR series active (Feb 2026) +- **CSS Grid support is landing** — [facebook/yoga#1893](https://github.com/facebook/yoga/pull/1893)–#1902 (9 PRs by @intergalacticspacehighway from Expo) + - PR 1/9 (style types & public API) under active review by NickGerleman (Meta), last activity Feb 28, 2026 + - Supported: `grid-template-columns/rows`, `grid-column/row-start/end`, `grid-auto-columns/rows`, `minmax()`, `auto`, `%`, `px`, `fr` + - Not yet: `repeat()`, `auto-fill`/`auto-fit`, `grid-template-areas`, `grid-auto-flow`, subgrid - Battle-tested in React Native (billions of devices) - ~45KB WASM, well-maintained by Meta - Flexbox + Grid covers everything a design tool needs