From bb893b86dfbd9edfd6f9f6755b02e4d08498190a Mon Sep 17 00:00:00 2001 From: Keeryel <92838884+Keeryel@users.noreply.github.com> Date: Sat, 13 Sep 2025 16:20:25 -0600 Subject: [PATCH 1/2] Update react-native-libraries.json with @lomray/react-native-apple-music --- react-native-libraries.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index bb26fc037..1846fb318 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17015,5 +17015,14 @@ "githubUrl": "https://github.com/tconns/react-native-nitro-keyevent", "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/Lomray-Software/react-native-apple-music", + "npmPkg": "@lomray/react-native-apple-music", + "examples": [ + "https://github.com/Lomray-Software/react-native-apple-music/tree/prod/example", + ], + "ios": true, + "newArchitecture": true } ] From d2854907379b2281302f6e923d3924f1f6d97d32 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Sun, 14 Sep 2025 08:59:58 +0200 Subject: [PATCH 2/2] fix syntax issue --- react-native-libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 1846fb318..d0eb01458 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17020,7 +17020,7 @@ "githubUrl": "https://github.com/Lomray-Software/react-native-apple-music", "npmPkg": "@lomray/react-native-apple-music", "examples": [ - "https://github.com/Lomray-Software/react-native-apple-music/tree/prod/example", + "https://github.com/Lomray-Software/react-native-apple-music/tree/prod/example" ], "ios": true, "newArchitecture": true