From c53f90e9d6cc1f9b3221723a8c7cd2d339a9222a Mon Sep 17 00:00:00 2001 From: Minsik Kim Date: Mon, 10 Aug 2026 14:36:16 +0900 Subject: [PATCH] docs: add maintainers' note introducing Codemagic Patch fix --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 543c4516e..28ce784de 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> **From the maintainers:** We build [Codemagic Patch](https://github.com/codemagic-ci-cd/codemagic-patch), a self-hosted OTA update service for React Native — server, client SDK, CLI, and dashboard — where our new development happens, and we recommend it for new projects. If you want to migrate from self-hosted CodePush, see the [migration guide](https://github.com/codemagic-ci-cd/codemagic-patch/blob/main/docs/migrate-from-codepush.md). + # React Native Module for CodePush This plugin provides client-side integration for the [CodePush service](https://github.com/codemagic-ci-cd/react-native-code-push), allowing you to easily add a dynamic update experience to your React Native app(s).