From f49bff092d7af0946301d9fa784a969488f84da4 Mon Sep 17 00:00:00 2001 From: Simek Date: Thu, 4 Sep 2025 08:08:31 +0200 Subject: [PATCH 1/2] add few new libraries --- react-native-libraries.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 906a134ea..cf38d5131 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16911,5 +16911,29 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/nkzw-tech/stack", + "npmPkg": "@nkzw/stack", + "ios": true, + "android": true, + "web": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/callstackincubator/ottrelite/tree/main/packages/core", + "npmPkg": "@ottrelite/core", + "ios": true, + "android": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/callstack/liquid-glass", + "npmPkg": "@callstack/liquid-glass", + "examples": [ + "https://github.com/callstackincubator/ottrelite/tree/main/examples/rn-app" + ], + "ios": true, + "newArchitecture": true } ] From d8141770b57ccbc02877c361c8e91d87c9fb3605 Mon Sep 17 00:00:00 2001 From: Simek Date: Thu, 4 Sep 2025 08:11:27 +0200 Subject: [PATCH 2/2] remove @ottrelite/core --- react-native-libraries.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index cf38d5131..bdb791df3 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16920,13 +16920,6 @@ "web": true, "newArchitecture": true }, - { - "githubUrl": "https://github.com/callstackincubator/ottrelite/tree/main/packages/core", - "npmPkg": "@ottrelite/core", - "ios": true, - "android": true, - "newArchitecture": true - }, { "githubUrl": "https://github.com/callstack/liquid-glass", "npmPkg": "@callstack/liquid-glass",