From 5a2ab0abc27634f6a3a83a21600033ef8fa53c8d Mon Sep 17 00:00:00 2001 From: zgoldie <73491442+zgoldie@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:26:39 +0100 Subject: [PATCH 1/2] Add @codemagic/react-native-patch to the directory --- react-native-libraries.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 54b6d059..492ef1cc 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23384,5 +23384,15 @@ "newArchitecture": true, "ios": true, "android": true - } + }, +{ + "githubUrl": "https://github.com/codemagic-ci-cd/codemagic-patch/tree/main/client", + "npmPkg": "@codemagic/react-native-patch", + "examples": [ + "https://github.com/codemagic-ci-cd/codemagic-patch/tree/main/examples/on-device-demo" + ], + "ios": true, + "android": true, + "configPlugin": true +} ] From cd4b6146cc5eede94847a25a0c056c9de8192db4 Mon Sep 17 00:00:00 2001 From: zgoldie <73491442+zgoldie@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:27:06 +0100 Subject: [PATCH 2/2] Fix indentation for @codemagic/react-native-patch entry --- 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 492ef1cc..1c11a2bc 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23385,14 +23385,14 @@ "ios": true, "android": true }, -{ - "githubUrl": "https://github.com/codemagic-ci-cd/codemagic-patch/tree/main/client", - "npmPkg": "@codemagic/react-native-patch", - "examples": [ - "https://github.com/codemagic-ci-cd/codemagic-patch/tree/main/examples/on-device-demo" - ], - "ios": true, - "android": true, - "configPlugin": true -} + { + "githubUrl": "https://github.com/codemagic-ci-cd/codemagic-patch/tree/main/client", + "npmPkg": "@codemagic/react-native-patch", + "examples": [ + "https://github.com/codemagic-ci-cd/codemagic-patch/tree/main/examples/on-device-demo" + ], + "ios": true, + "android": true, + "configPlugin": true + } ]