We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba353e6 commit 2e67606Copy full SHA for 2e67606
typings/react-native-code-push.d.ts
@@ -176,7 +176,7 @@ export interface SyncOptions {
176
* value will enable the dialog with the default strings, and passing an object to this parameter allows enabling the dialog as well as
177
* overriding one or more of the default strings.
178
*/
179
- updateDialog?: UpdateDialog;
+ updateDialog?: UpdateDialog | true;
180
181
/**
182
* The rollback retry mechanism allows the application to attempt to reinstall an update that was previously rolled back (with the restrictions
0 commit comments