From 7a42908dc11de437ca3764bfa6d684bb785878af Mon Sep 17 00:00:00 2001 From: HyunWoo Lee Date: Sun, 30 Nov 2025 22:50:48 +0900 Subject: [PATCH 1/2] Add react-native-nitro-cookies --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index c3a3d2ffe..c290147c0 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18443,5 +18443,12 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/l2hyunwoo/react-native-nitro-cookies", + "examples": ["https://github.com/l2hyunwoo/react-native-nitro-cookies/tree/main/example"], + "ios": true, + "android": true, + "newArchitecture": true } ] From 09c1a02e81f465978118b6e91aabff6da8a41f7d Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Sun, 30 Nov 2025 16:40:44 +0100 Subject: [PATCH 2/2] fix entry --- react-native-libraries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index c290147c0..07fb5efcc 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18445,7 +18445,8 @@ "newArchitecture": true }, { - "githubUrl": "https://github.com/l2hyunwoo/react-native-nitro-cookies", + "githubUrl": "https://github.com/l2hyunwoo/react-native-nitro-cookies/tree/main/package", + "npmPkg": "react-native-nitro-cookies", "examples": ["https://github.com/l2hyunwoo/react-native-nitro-cookies/tree/main/example"], "ios": true, "android": true,