diff --git a/src/provider.tsx b/src/provider.tsx index 5a52941..d406268 100644 --- a/src/provider.tsx +++ b/src/provider.tsx @@ -247,7 +247,9 @@ export const UpdateProvider = ({ } const { checkStrategy, dismissErrorAfter, autoMarkSuccess } = options; if (autoMarkSuccess) { - markSuccess(); + setTimeout(() => { + markSuccess(); + }, 1000); } if (checkStrategy === 'both' || checkStrategy === 'onAppResume') { stateListener.current = AppState.addEventListener(