From 288d47769877e3dcdd6fe7af708af785ccf1bfe6 Mon Sep 17 00:00:00 2001 From: Harshal Bhakta Date: Fri, 18 Jul 2025 18:37:11 +0530 Subject: [PATCH] Add react-native-full-screen-notification-incoming-call --- react-native-libraries.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 3b1556d93..e5ea3c3ef 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16151,5 +16151,14 @@ "android": true, "examples": ["https://github.com/ihwf/expo-native-alipay/tree/master/example"], "newArchitecture": true + }, + { + "githubUrl": "https://github.com/linhvovan29546/react-native-full-screen-notification-incoming-call", + "npmPkg": "react-native-full-screen-notification-incoming-call", + "examples": [ + "https://github.com/linhvovan29546/react-native-full-screen-notification-incoming-call/tree/master/example", + "https://github.com/linhvovan29546/react-native-full-screen-notification-incoming-call/tree/master/expo-example" + ], + "android": true } ]