From 0823abbc7f7fc8aea75cef715d1c9307f1a0f8b0 Mon Sep 17 00:00:00 2001 From: Ahmed Sbai Date: Tue, 16 Sep 2025 08:36:06 +0200 Subject: [PATCH] chore: Add `react-native-google-auth` library to the directory --- react-native-libraries.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 7d4a111fb..49417afb1 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17032,5 +17032,12 @@ ], "ios": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/sbaiahmed1/react-native-google-auth", + "ios": true, + "android": true, + "npmPkg": "react-native-google-auth", + "newArchitecture": true } -] \ No newline at end of file +]