@appzung/react-native-code-push v11.0.0-rc6
@appzung/react-native-code-push / UpdateDialog
optional
appendReleaseDescription:boolean
Indicates whether you would like to append the description of an available release to the notification message which is displayed to the end user.
Defaults to false.
optional
descriptionPrefix:string
Indicates the string you would like to prefix the release description with, if any, when displaying the update notification to the end user.
Defaults to " Description: "
optional
mandatoryContinueButtonLabel:string
The text to use for the button the end user must press in order to install a mandatory update.
Defaults to "Continue".
optional
mandatoryUpdateMessage:string
The text used as the body of an update notification, when the update is specified as mandatory.
Defaults to "An update is available that must be installed.".
optional
optionalIgnoreButtonLabel:string
The text to use for the button the end user can press in order to ignore an optional update that is available.
Defaults to "Ignore".
optional
optionalInstallButtonLabel:string
The text to use for the button the end user can press in order to install an optional update.
Defaults to "Install".
optional
optionalUpdateMessage:string
The text used as the body of an update notification, when the update is optional.
Defaults to "An update is available. Would you like to install it?".
optional
title:string
The text used as the header of an update notification that is displayed to the end user.
Defaults to "Update available".