This repository was archived by the owner on May 20, 2025. It is now read-only.
Releases: microsoft/react-native-code-push
Releases · microsoft/react-native-code-push
v6.4.0
- Update dependencies
- Fix Xcode 12 compatibility
- Fixed problem with android versions <= 4.4
- Small bug-fixing
v6.3.0
- Move disallowRestart to the native side.
- Add tests for ON_NEXT_SUSPEND install mode.
- Update docs.
v6.2.1
- Fix
ON_NEXT_SUSPENDinstall mode
v6.2.0
- Add compatibility with new
react-native@0.62version
v6.1.1
- Fixed iOS rollback recording
v6.1.0
- Make
create app.jsscript supportable ofreact-native@0.60+versions - Make tests supportable of
react-native@0.60+versions
v6.0.0
Added react-native@0.60 version and above support
- Updated prefix for Android prefix for deployment key(renamed to
CodePushDeploymentKey) - Renamed custom variables(
PublicKeyandServerUrl) to string resources - Added
react-native.config.jswith constructor for Android - Updated docs
- Updated dependencies for example apps
v5.7.0
- Publish beta release
5.7.0-beta.0as latest - Upgrade
code-pushdependency to3.0.1 - Move default server url to
codepush.appcenter.ms
v5.7.0-beta.0
- Upgrade
code-pushdependency to3.0.0-beta.3for testing. - Move default server url to
codepush.appcenter.ms.
v5.6.1
- Added
postunlinkscript. Just runreact-native unlink react-native-code-pushto unlink react-native-code-push package. - Updated dependencies.