Releases: cameronbourke/react-native-cp-update-button
Releases · cameronbourke/react-native-cp-update-button
v1.2.0
v1.1.2
Changes
<AppVersion />has been depreciated and has been removed as you can achieve the same result without using thecode-push cli, instead using a constant within your app that is set to the corresponding app version.- The
--descriptionoption on thecode-push clinow 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
--descriptionoption to set thepromptTitleandconfirmButtonText, it can only be passed down as props to the<UpdateAppButtoncomponent.
v1.1.0
Refer to v1.1.2 release docs for breaking changes