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

throw error

This commit is contained in:
sunnylqm
2024-07-24 17:06:49 +08:00
parent 3355751bd5
commit 454fc28c08
3 changed files with 33 additions and 5 deletions

View File

@@ -79,4 +79,5 @@ export interface PushyOptions {
autoMarkSuccess?: boolean;
dismissErrorAfter?: number;
debug?: boolean;
throwError?: boolean;
}