mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-11-01 22:03:10 +08:00
Update PushyOptions strategy to allow null value
This commit is contained in:
@@ -70,7 +70,7 @@ export interface PushyOptions {
|
|||||||
server?: PushyServerConfig;
|
server?: PushyServerConfig;
|
||||||
logger?: UpdateEventsLogger;
|
logger?: UpdateEventsLogger;
|
||||||
useAlert?: boolean;
|
useAlert?: boolean;
|
||||||
strategy?: 'onAppStart' | 'onAppResume' | 'both';
|
strategy?: 'onAppStart' | 'onAppResume' | 'both' | null;
|
||||||
autoMarkSuccess?: boolean;
|
autoMarkSuccess?: boolean;
|
||||||
dismissErrorAfter?: number;
|
dismissErrorAfter?: number;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user