From 45afd28f9e3b1904d1b02945bdfb34caeeb64844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6ssner?= Date: Sun, 27 Apr 2025 14:14:54 +0200 Subject: [PATCH 1/3] Update react-native-libraries.json --- react-native-libraries.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index f1e0b4cfe..032a9ef6f 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14468,5 +14468,13 @@ "ios": true, "android": true, "newArchitecture": true - } + }, + { + "githubUrl": "https://github.com/tailwindlabs/tailwindcss", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true + }, ] From 0dc7c1ac9011fd838d754d721f150962be9ae577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6ssner?= Date: Sun, 27 Apr 2025 14:18:59 +0200 Subject: [PATCH 2/3] fix valid json --- react-native-libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 032a9ef6f..be0405cd8 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14476,5 +14476,5 @@ "web": true, "expoGo": true, "newArchitecture": true - }, + } ] From aaaa219c909c712a7d388b4a8fb7b311f347dcbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6ssner?= Date: Sun, 27 Apr 2025 14:21:04 +0200 Subject: [PATCH 3/3] Update react-native-libraries.json --- react-native-libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index be0405cd8..f541b54cc 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14470,7 +14470,7 @@ "newArchitecture": true }, { - "githubUrl": "https://github.com/tailwindlabs/tailwindcss", + "githubUrl": "https://github.com/tailwindlabs/tailwindcss/tree/main/packages/tailwindcss", "ios": true, "android": true, "web": true,