From c97a08a50de1cf6b7f984dc78961e23ed009aaac Mon Sep 17 00:00:00 2001 From: Aravind M Nair Date: Fri, 17 Jul 2026 23:33:28 +0530 Subject: [PATCH] Add react-native-edge-glow library information Added new library 'react-native-edge-glow' with details. --- react-native-libraries.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 0ffbaadc..64c0665a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23502,5 +23502,17 @@ "web": true, "expoGo": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/aravi365/react-native-edge-glow", + "npmPkg": "react-native-edge-glow", + "images": [ + "https://raw.githubusercontent.com/aravi365/react-native-edge-glow/main/assets/edge-glow-ios.gif", + "https://raw.githubusercontent.com/aravi365/react-native-edge-glow/main/assets/edge-glow-android.gif", + "https://raw.githubusercontent.com/aravi365/react-native-edge-glow/main/assets/edge-glow-siri.gif" + ], + "ios": true, + "android": true, + "newArchitecture": true } ]