@appzung/react-native-code-push v11.0.0-rc7
@appzung/react-native-code-push / RollbackRetryOptions
optional
delayInHours:number
Specifies the minimum time in hours that the app will wait after the latest rollback before attempting to reinstall same rolled-back package.
Defaults to 24
.
optional
maxRetryAttempts:number
Specifies the maximum number of retry attempts that the app can make before it stops trying.
Cannot be less than 1
.
Defaults to 1
.