From 72eac9b79618a0873c5bcd7982b31efcf1845509 Mon Sep 17 00:00:00 2001 From: Debajyati Dey <127122455+Debajyati@users.noreply.github.com> Date: Sat, 10 May 2025 10:42:38 +0530 Subject: [PATCH] Add entry for @google/genai unified JS SDK --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index ec4bea71b..77f19185e 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14778,5 +14778,12 @@ "expoGo": true, "newArchitecture": true, "fireos": true + }, + { + "githubUrl": "https://github.com/googleapis/js-genai", + "npmPkg": "@google/genai", + "android": true, + "web": true, + "expoGo": true } ]