From 1548e10ffc694277ecb78508a0cb173ee231fa0b Mon Sep 17 00:00:00 2001 From: HyunWoo Lee Date: Tue, 28 Oct 2025 09:39:50 +0900 Subject: [PATCH 1/4] Add react-native-nitro-device-info --- react-native-libraries.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index bb9797f78..f292c2e08 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17952,5 +17952,17 @@ ], "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/l2hyunwoo/react-native-nitro-device-info", + "npmPkg": "react-native-nitro-device-info", + "examples": [ + "https://github.com/l2hyunwoo/react-native-nitro-device-info/tree/main/example", + ], + "images": ["https://raw.githubusercontent.com/l2hyunwoo/react-native-nitro-device-info/refs/heads/main/docs/docs/public/logo.png"], + "ios": true, + "android": true, + "web": false, + "newArchitecture": true } ] From 4f69ec79d1f86941a268f11d52114732ba872acf Mon Sep 17 00:00:00 2001 From: HyunWoo Lee Date: Tue, 28 Oct 2025 09:42:12 +0900 Subject: [PATCH 2/4] remove web field --- react-native-libraries.json | 1 - 1 file changed, 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index f292c2e08..b0625d2e2 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17962,7 +17962,6 @@ "images": ["https://raw.githubusercontent.com/l2hyunwoo/react-native-nitro-device-info/refs/heads/main/docs/docs/public/logo.png"], "ios": true, "android": true, - "web": false, "newArchitecture": true } ] From b4333a2f5f5a407073c50002fb8943fbf72abdf1 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 28 Oct 2025 09:09:01 +0100 Subject: [PATCH 3/4] 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 b0625d2e2..a665b46d0 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17957,7 +17957,7 @@ "githubUrl": "https://github.com/l2hyunwoo/react-native-nitro-device-info", "npmPkg": "react-native-nitro-device-info", "examples": [ - "https://github.com/l2hyunwoo/react-native-nitro-device-info/tree/main/example", + "https://github.com/l2hyunwoo/react-native-nitro-device-info/tree/main/example" ], "images": ["https://raw.githubusercontent.com/l2hyunwoo/react-native-nitro-device-info/refs/heads/main/docs/docs/public/logo.png"], "ios": true, From 9a602d694d4bb6012c3bd178dfc4b9bf9fe87d4a Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 28 Oct 2025 09:10:15 +0100 Subject: [PATCH 4/4] Update react-native-libraries.json --- react-native-libraries.json | 1 - 1 file changed, 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index a665b46d0..c9e19ef85 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17959,7 +17959,6 @@ "examples": [ "https://github.com/l2hyunwoo/react-native-nitro-device-info/tree/main/example" ], - "images": ["https://raw.githubusercontent.com/l2hyunwoo/react-native-nitro-device-info/refs/heads/main/docs/docs/public/logo.png"], "ios": true, "android": true, "newArchitecture": true