From 127018029be9c9ec2667e5a4f39910b523b5184e Mon Sep 17 00:00:00 2001 From: DINESH Kannaujiya <69906526+Dinesh7571@users.noreply.github.com> Date: Sat, 20 Sep 2025 11:42:41 +0530 Subject: [PATCH 1/2] Add react-native-calllogs-android A React Native library for accessing Android call logs with TypeScript support and comprehensive filtering options. --- react-native-libraries.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index f28c2eb45..9089faac9 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17055,5 +17055,16 @@ "android": true, "web": true, "newArchitecture": true - } + }, + { + "githubUrl": "https://github.com/Dinesh7571/react-native-calllogs-android", + "npmPkg": "react-native-calllogs-android", + "examples": [ + "https://github.com/Dinesh7571/react-native-calllogs-android/tree/main/example" + ], + "ios": true, + "android": true, + "web": true, + "newArchitecture": true + } ] From 6890d26c2abf3bce99b04770c84cccfc4b92d7a3 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Sat, 20 Sep 2025 10:46:08 +0200 Subject: [PATCH 2/2] Update react-native-libraries.json --- react-native-libraries.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 9089faac9..ac435116c 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17057,14 +17057,14 @@ "newArchitecture": true }, { - "githubUrl": "https://github.com/Dinesh7571/react-native-calllogs-android", - "npmPkg": "react-native-calllogs-android", - "examples": [ - "https://github.com/Dinesh7571/react-native-calllogs-android/tree/main/example" - ], - "ios": true, - "android": true, - "web": true, - "newArchitecture": true - } + "githubUrl": "https://github.com/Dinesh7571/react-native-calllogs-android", + "npmPkg": "react-native-calllogs-android", + "examples": [ + "https://github.com/Dinesh7571/react-native-calllogs-android/tree/main/example" + ], + "ios": true, + "android": true, + "web": true, + "newArchitecture": true + } ]