Skip to content

Releases: cameronbourke/react-native-cp-update-button

v1.2.0

06 Jul 06:25

Choose a tag to compare

Features

v1.1.2

02 Jul 01:00

Choose a tag to compare

Changes

  • <AppVersion /> has been depreciated and has been removed as you can achieve the same result without using the code-push cli, instead using a constant within your app that is set to the corresponding app version.
  • The --description option on the code-push cli now accepts a string for the prompt message instead of a stringified object that included properties for the app version and prompt message.
  • Now you cannot use the --description option to set the promptTitle and confirmButtonText, it can only be passed down as props to the <UpdateAppButton component.

v1.1.0

02 Jul 01:00

Choose a tag to compare

Refer to v1.1.2 release docs for breaking changes