From 01a3a2f218faed2fbe4d97f89af612563f0af3cc Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Thu, 2 Oct 2025 00:04:34 +1000 Subject: [PATCH] fix: add lightningcss to peerDeps --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 382a2b4..a320aaf 100644 --- a/package.json +++ b/package.json @@ -192,6 +192,7 @@ }, "peerDependencies": { "@expo/metro-config": ">=54", + "lightningcss": ">=1.27.0", "react": ">=19", "react-native": ">=0.81" },