Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit dae22a7

Browse files
Update updateDialog property type in SyncOptions interface (#2681)
1 parent d57066b commit dae22a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/react-native-code-push.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export interface SyncOptions {
134134
* value will enable the dialog with the default strings, and passing an object to this parameter allows enabling the dialog as well as
135135
* overriding one or more of the default strings.
136136
*/
137-
updateDialog?: UpdateDialog;
137+
updateDialog?: UpdateDialog | true;
138138

139139
/**
140140
* The rollback retry mechanism allows the application to attempt to reinstall an update that was previously rolled back (with the restrictions

0 commit comments

Comments
 (0)