npm react-native-code-push 1.15.0-beta
v1.15.0-beta

latest releases: 7.0.5, 7.0.4, 7.0.3...
7 years ago

This release improves stability across a wide range of platforms and React Native versions.

New Features

  1. Adds support for both React Native 0.34 and 0.35. Thanks so much for your patience!
  2. Updates will now be downloaded from a CDN to improve performance for users globally. To maintain backwards compatibility for those using a whitelist of approved URL endpoints, this will only apply from this release onwards.
  3. Allows the node_modules path to be overriden in codepush.gradle. Thanks @geof90!

Bug Fixes (iOS)

  1. Uses NativeEventEmitter and RCTEventEmitter instead of the deprecated DeviceEventEmitter. Thanks for kicking this off @Pho3nix!
  2. Adds a class guard in initialize methods to allow for clean sub-classing, and fix a build warning about implicit type conversion. Thanks @daniel-beard!

Bug Fixes (Android)

  1. Fixes a crash that may happen when CodePush.getUpdateMetadata() is called when running against the binary version and an update is pending. Thanks @cmcewen!
  2. Prevents a hash mismatch issue that may sometimes occur due to .DS_Store and __MACOSXfiles generated on OS X (this was previously fixed on iOS only).
  3. Removes unnecessary config from AndroidManifest.xml to fix manifest merging issues. Thanks @felipecsl!

Bug Fixes (Universal Windows Platform)

  1. Fixes an issue where rollbacks can occur erroneously when using InstallMode.SILENT. Thanks @rozele!
  2. Fixes an issue where the app can hang when resuming while using InstallMode.ON_NEXT_RESUME. Thanks @rozele!
  3. Fixes an issue where update check results were being cached for the lifetime of the app. Thanks for diagnosing this @rozele!
  4. Numerous style and code cleanliness improvements, including using best practices for async methods. Thanks @rozele!

Don't miss a new react-native-code-push release

NewReleases is sending notifications on new releases.