From 28558947cc09bd544df6f0d751bdcf98a5aa2be6 Mon Sep 17 00:00:00 2001 From: Frank Calise Date: Tue, 24 Sep 2024 10:40:47 -0400 Subject: [PATCH] fix: add `vexo-analytics` entry to libraries json --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 2495923ee..983659114 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12036,5 +12036,12 @@ ], "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/vexotech/vexo-analytics", + "ios": true, + "android": true, + "newArchitecture": true, + "newArchitectureNote": "Use v1.3.15 or higher for new architecture support" } ]