react-native-code-push
Advanced tools
Comparing version 1.0.0-beta to 1.0.1-beta
@@ -79,3 +79,5 @@ /** | ||
if (update) { | ||
resolve(extend({}, update, packageMixins.remote)); | ||
// There is an update available for a different native app version. In the current version of this plugin, we treat that as no update. | ||
if (update.updateAppVersion) resolve(false); | ||
else resolve(extend({}, update, packageMixins.remote)); | ||
} else { | ||
@@ -82,0 +84,0 @@ resolve(update); |
{ | ||
"name": "react-native-code-push", | ||
"version": "1.0.0-beta", | ||
"version": "1.0.1-beta", | ||
"description": "React Native plugin for the CodePush service", | ||
@@ -5,0 +5,0 @@ "main": "CodePush.ios.js", |
@@ -10,3 +10,3 @@ react-native-code-push | ||
- iOS | ||
- Coming soon: Android | ||
- Coming soon: Android (Try it out on [this branch](https://github.com/Microsoft/react-native-code-push/tree/first-check-in-for-android)) | ||
@@ -171,2 +171,2 @@ How does it work? | ||
Calling this function is required if a rollbackTimeout parameter is passed to your ```LocalPackage.apply``` call. | ||
If automatic rollback was not used, calling this function is not required and will result in a noop. | ||
If automatic rollback was not used, calling this function is not required and will result in a noop. |
41675
163
171