From 2ff3c57a09f1062cc282cd8e5dbd967eeb54af3c Mon Sep 17 00:00:00 2001 From: Gautham495 Date: Mon, 13 Oct 2025 13:44:22 +0530 Subject: [PATCH 1/3] added react-native-apns-kit and react-native-app-attest and updated react-native-play-age-signals --- react-native-libraries.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 60564bfa1..8164943a2 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17284,7 +17284,8 @@ { "githubUrl": "https://github.com/Gautham495/react-native-play-age-signals", "examples": ["https://github.com/Gautham495/react-native-play-age-signals/tree/main/example"], - "ios": true, + "android": true, + "ios": false, "newArchitecture": true }, { @@ -17299,5 +17300,19 @@ "web": true, "expoGo": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/Gautham495/react-native-apns-kit", + "examples": ["https://github.com/Gautham495/react-native-apns-kit/tree/main/example"], + "android": false, + "ios": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/Gautham495/react-native-app-attest", + "examples": ["https://github.com/Gautham495/react-native-app-attest/tree/main/example"], + "android": false, + "ios": true, + "newArchitecture": true } ] From c632858b1f7eb815bdbddf742469caf4638a6876 Mon Sep 17 00:00:00 2001 From: Gautham Vijayan Date: Tue, 14 Oct 2025 10:58:59 +0530 Subject: [PATCH 2/3] Update react-native-libraries.json Co-authored-by: Bartosz Kaszubowski --- react-native-libraries.json | 1 - 1 file changed, 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 8164943a2..6481d8f18 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17304,7 +17304,6 @@ { "githubUrl": "https://github.com/Gautham495/react-native-apns-kit", "examples": ["https://github.com/Gautham495/react-native-apns-kit/tree/main/example"], - "android": false, "ios": true, "newArchitecture": true }, From 8851b45470888f78e06bdc5a36a54afe0a4943b3 Mon Sep 17 00:00:00 2001 From: Gautham Vijayan Date: Tue, 14 Oct 2025 10:59:14 +0530 Subject: [PATCH 3/3] Update react-native-libraries.json Co-authored-by: Bartosz Kaszubowski --- react-native-libraries.json | 1 - 1 file changed, 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 6481d8f18..afb5f441a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17285,7 +17285,6 @@ "githubUrl": "https://github.com/Gautham495/react-native-play-age-signals", "examples": ["https://github.com/Gautham495/react-native-play-age-signals/tree/main/example"], "android": true, - "ios": false, "newArchitecture": true }, {