From e3771275c57e2f693053100486fdbb88570c55eb Mon Sep 17 00:00:00 2001 From: Revopush Date: Sun, 2 Nov 2025 20:59:41 +0400 Subject: [PATCH 1/2] 1.5.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 717e5314..f8ea6092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@revopush/react-native-code-push", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@revopush/react-native-code-push", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "code-push": "4.2.3", diff --git a/package.json b/package.json index 96bfd96b..455e861c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@revopush/react-native-code-push", - "version": "1.4.0", + "version": "1.5.0", "description": "React Native plugin for the CodePush service", "main": "CodePush.js", "typings": "typings/react-native-code-push.d.ts", From 7e3f2d534cf67a381dca82bec2dfbda60890d352 Mon Sep 17 00:00:00 2001 From: kit2o Date: Sun, 2 Nov 2025 17:17:16 +0000 Subject: [PATCH 2/2] 0.81 Android SDK support --- README.md | 13 +++++++------ .../codepush/react/CodePushNativeModule.java | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 83326fec..e3fa7c56 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,13 @@ In order to ensure that your end users always have a functioning version of your We try our best to maintain backwards compatibility of our plugin with previous versions of React Native, but due to the nature of the platform, and the existence of breaking changes between releases, it is possible that you need to use a specific version of the CodePush plugin in order to support the exact version of React Native you are using. The following table outlines which CodePush plugin versions officially support the respective React Native versions: -| React Native version(s) | Supporting CodePush version(s) | -|-------------------------|---------------------------------------------------------------------------------------------| -| clazz = reactHostImpl.getClass(); - Field field = clazz.getDeclaredField("mReactHostDelegate"); + Field field = clazz.getDeclaredField("reactHostDelegate"); field.setAccessible(true); // Get the value of the field for the provided instance