From bb846316287ed5581bf94733f90a5c7b85af3ab2 Mon Sep 17 00:00:00 2001 From: Himshikhar Gayan Date: Wed, 2 Sep 2026 12:38:36 +0530 Subject: [PATCH] Add @pushengage/pushengage-react-native --- react-native-libraries.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 719e945e..805a4c1c 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -24207,5 +24207,13 @@ "githubUrl": "https://github.com/devusimple/ytdlp-react-native", "newArchitecture": true, "android": true + }, + { + "githubUrl": "https://github.com/awesomemotive/pushengage-react-native", + "npmPkg": "@pushengage/pushengage-react-native", + "examples": ["https://github.com/awesomemotive/pushengage-react-native/tree/master/example"], + "ios": true, + "android": true, + "newArchitecture": true } ]