From 68f30c1ae195ce9786160dddcaaa0ee793778ad3 Mon Sep 17 00:00:00 2001 From: Jacek Pudysz Date: Sun, 7 Sep 2025 10:55:56 +0200 Subject: [PATCH 1/2] feat: add react-native-unistyles --- libraries.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libraries.json b/libraries.json index 24727e8..297dd01 100644 --- a/libraries.json +++ b/libraries.json @@ -317,5 +317,13 @@ "ios": true, "maintainersUsernames": ["mdjastrzebski"], "notes": "One of top most used libraries according to the npm stats" + }, + "react-native-unistyles": { + "description": "Superset of React Native StyleSheet", + "installCommand": "react-native-unistyles", + "android": true, + "ios": true, + "maintainersUsernames": ["jpudysz", "brentlok"], + "notes": "Popular styling library for React Native" } } From 71a7cf4123af06b9b1e8d3fdd11ae5551be01a51 Mon Sep 17 00:00:00 2001 From: Jacek Pudysz Date: Sun, 7 Sep 2025 17:59:42 +0200 Subject: [PATCH 2/2] chore: add missing dependencies Co-authored-by: Bartosz Kaszubowski --- libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries.json b/libraries.json index 297dd01..200fbed 100644 --- a/libraries.json +++ b/libraries.json @@ -320,7 +320,7 @@ }, "react-native-unistyles": { "description": "Superset of React Native StyleSheet", - "installCommand": "react-native-unistyles", + "installCommand": "react-native-unistyles react-native-nitro-modules react-native-edge-to-edge", "android": true, "ios": true, "maintainersUsernames": ["jpudysz", "brentlok"],