From fd164349f9dfea1043df2aa00fcf2757c6912ea3 Mon Sep 17 00:00:00 2001 From: GUYARD Marc Date: Fri, 8 Aug 2025 17:29:31 +0200 Subject: [PATCH 1/3] =?UTF-8?q?library:=20=E2=9C=A8=20Add=20`react-native-?= =?UTF-8?q?zoom-toolkit`=20library?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Included `react-native-zoom-toolkit` with support for iOS and Android. - Enabled compatibility with the new architecture. - GitHub repository: [Glazzes/react-native-zoom-toolkit](https://github.com/Glazzes/react-native-zoom-toolkit) --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 21d5c3ab..2ad06901 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16451,5 +16451,12 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/Glazzes/react-native-zoom-toolkit", + "npmPkg": "react-native-zoom-toolkit", + "ios": true, + "android": true, + "newArchitecture": true } ] From f3a278e05dd47cef5f40e505a70fa924c0958a80 Mon Sep 17 00:00:00 2001 From: GUYARD Marc Date: Fri, 8 Aug 2025 18:02:00 +0200 Subject: [PATCH 2/3] =?UTF-8?q?library:=20=E2=9C=A8=20Add=20`vexo-analytic?= =?UTF-8?q?s`=20library?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added support for `vexo-analytics` with iOS and Android compatibility. - Integrated with the new architecture. - GitHub repository: [vexo-analytics](https://github.com/vexotech/vexo-analytics) --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 2ad06901..43069cd2 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16458,5 +16458,12 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/vexotech/vexo-analytics", + "npmPkg": "vexo-analytics", + "ios": true, + "android": true, + "newArchitecture": true } ] From 931b4b98423b4bf472387b9e5afeb8baee0acbda Mon Sep 17 00:00:00 2001 From: GUYARD Marc Date: Fri, 8 Aug 2025 18:13:36 +0200 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=F0=9F=97=91=EF=B8=8F=20Remove=20`?= =?UTF-8?q?vexo-analytics`=20entry=20from=20the=20library=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Deleted the entry for `vexo-analytics` from `react-native-libraries.json`. * This change cleans up the library list by removing unneeded references. --- react-native-libraries.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 43069cd2..2ad06901 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16458,12 +16458,5 @@ "ios": true, "android": true, "newArchitecture": true - }, - { - "githubUrl": "https://github.com/vexotech/vexo-analytics", - "npmPkg": "vexo-analytics", - "ios": true, - "android": true, - "newArchitecture": true } ]