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 7119839 commit ecdd63bCopy full SHA for ecdd63b
typings/react-native-code-push.d.ts
@@ -48,6 +48,10 @@ export interface UpdateCheckResponse {
48
}
49
50
export interface CodePushOptions extends SyncOptions {
51
+ /**
52
+ * The `ignoreFailedUpdates` option is only available as an option for `CodePush.sync()`.
53
+ */
54
+ ignoreFailedUpdates?: never;
55
/**
56
* Specifies when you would like to synchronize updates with the CodePush server.
57
* Defaults to codePush.CheckFrequency.ON_APP_START.
0 commit comments