1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-31 21:33:12 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2024-04-18 22:50:20 +08:00
parent 571c2819b9
commit d1ecfb3f93
3 changed files with 9 additions and 1 deletions

View File

@@ -73,4 +73,5 @@ export interface PushyOptions {
strategy?: 'onAppStart' | 'onAppResume' | 'both' | null;
autoMarkSuccess?: boolean;
dismissErrorAfter?: number;
debug?: boolean;
}