From 387fc5b807245f30abc8aff193db2bfc49bd8d97 Mon Sep 17 00:00:00 2001 From: Stefan Ilie Date: Mon, 13 Jul 2026 10:38:09 +0100 Subject: [PATCH 1/2] add react-native-age-signals --- react-native-libraries.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index b884a6fd..03b72f36 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23353,5 +23353,15 @@ "android": true, "newArchitecture": true, "configPlugin": true + }, + { + "githubUrl": "https://github.com/shtefanilie/react-native-age-signals", + "npmPkg": "react-native-age-signals", + "examples": [ + "https://github.com/shtefanilie/react-native-age-signals/tree/main/example" + ], + "newArchitecture": true, + "ios": true, + "android": true } ] From f6dc5138723f5d2beaf46a4909bade0d7c4d7b8b Mon Sep 17 00:00:00 2001 From: Stefan Ilie Date: Mon, 13 Jul 2026 10:42:28 +0100 Subject: [PATCH 2/2] style: format with oxfmt --- react-native-libraries.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 03b72f36..db0ea6ec 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23357,9 +23357,7 @@ { "githubUrl": "https://github.com/shtefanilie/react-native-age-signals", "npmPkg": "react-native-age-signals", - "examples": [ - "https://github.com/shtefanilie/react-native-age-signals/tree/main/example" - ], + "examples": ["https://github.com/shtefanilie/react-native-age-signals/tree/main/example"], "newArchitecture": true, "ios": true, "android": true