1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 08:41:37 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

fix ts error

This commit is contained in:
sunnylqm
2025-03-20 18:54:45 +08:00
parent 0019e9dd95
commit 4dd89a1e74

View File

@@ -139,14 +139,7 @@ export const UpdateProvider = ({
return false;
}
},
[
client,
options.updateStrategy,
options.afterDownloadUpdate,
alertUpdate,
alertError,
throwErrorIfEnabled,
],
[client, options, alertUpdate, alertError, throwErrorIfEnabled],
);
const downloadAndInstallApk = useCallback(