react-native-code-push

React Native module for CodePush

OTHER License

Downloads
544.1K
Stars
9K
Committers
182

Bot releases are visible (Hide)

react-native-code-push - v6.3.0

Published by andreidubov over 4 years ago

  • Move disallowRestart to the native side.
  • Add tests for ON_NEXT_SUSPEND install mode.
  • Update docs.
react-native-code-push - v6.2.1

Published by andreidubov over 4 years ago

  • Fix ON_NEXT_SUSPEND install mode
react-native-code-push - v6.2.0

Published by alexandergoncharov-zz over 4 years ago

react-native-code-push - v6.1.1

Published by andreidubov over 4 years ago

  • Fixed iOS rollback recording
react-native-code-push - v6.1.0

Published by alexandergoncharov-zz over 4 years ago

react-native-code-push - v6.0.0

Published by alexandergoncharov-zz almost 5 years ago

Added [email protected] version and above support

  • Updated prefix for Android prefix for deployment key(renamed to CodePushDeploymentKey)
  • Renamed custom variables(PublicKey and ServerUrl) to string resources
  • Added react-native.config.js with constructor for Android
  • Updated docs
  • Updated dependencies for example apps
react-native-code-push - v5.7.0

Published by alexandergoncharov-zz about 5 years ago

  • Publish beta release 5.7.0-beta.0 as latest
  • Upgrade code-push dependency to 3.0.1
  • Move default server url to codepush.appcenter.ms
react-native-code-push - v5.7.0-beta.0

Published by alexandergoncharov-zz about 5 years ago

  • Upgrade code-push dependency to 3.0.0-beta.3 for testing.
  • Move default server url to codepush.appcenter.ms.
react-native-code-push - v5.6.1

Published by alexandergoncharov-zz over 5 years ago

  • Added postunlink script. Just run react-native unlink react-native-code-push to unlink react-native-code-push package.
  • Updated dependencies.
react-native-code-push - v5.6.0

Published by alexandergoncharov-zz over 5 years ago

react-native-code-push - v5.5.3

Published by alexandergoncharov-zz over 5 years ago

  • Fix unnecessary asking of android deployment key with link command
  • Bug fixing
react-native-code-push - v5.5.2

Published by alexandergoncharov-zz almost 6 years ago

  • Bug fixing
  • Replace deprecated 'compile' gradle configuration with 'implementation`
react-native-code-push - v5.5.1

Published by alexandergoncharov-zz almost 6 years ago

react-native-code-push - v5.5.0

Published by alexandergoncharov-zz almost 6 years ago

  • Bug fixing
  • Improvements:
    Added the rollback retry mechanism that allows the application to attempt to reinstall an update that was previously rolled back.
react-native-code-push - v5.4.2

Published by NickToropov about 6 years ago

  • Updated docs
  • Fixed vulnerability issues
  • Fixed create-app.js script
react-native-code-push - v5.4.1

Published by NickToropov about 6 years ago

  • Update Acquisition Code Push package dependency to latest version
react-native-code-push - v5.4.0

Published by alexandergoncharov-zz over 6 years ago

  • Expose clearUpdates method.
  • Bug fixing.
  • Added compatibility with latest RN version.
react-native-code-push - v5.3.5

Published by alexandergoncharov-zz over 6 years ago

  • Updated docs
  • Added getUpdateFolder API for android
  • Fixed tests for Examples projects
react-native-code-push - v5.3.4

Published by alexandergoncharov-zz over 6 years ago

  • Bug fixing.
  • Updated docs.
  • More stable to app crash.
react-native-code-push - v5.3.3

Published by alexandergoncharov-zz over 6 years ago

  • Bug fixing.
  • Updated documentation.
  • Placed the Install button on the right side of the Update Dialog.