@appzung/react-native-code-push v11.0.0-rc3
@appzung/react-native-code-push / UpdateDialog
optionalappendReleaseDescription: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.
optionaldescriptionPrefix: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: "
optionalmandatoryContinueButtonLabel:string
The text to use for the button the end user must press in order to install a mandatory update.
Defaults to "Continue".
optionalmandatoryUpdateMessage: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.".
optionaloptionalIgnoreButtonLabel: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".
optionaloptionalInstallButtonLabel:string
The text to use for the button the end user can press in order to install an optional update.
Defaults to "Install".
optionaloptionalUpdateMessage: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?".
optionaltitle:string
The text used as the header of an update notification that is displayed to the end user.
Defaults to "Update available".