1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 13:53:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

fix: simpleUpdate for web

This commit is contained in:
sunnylqm
2023-10-28 17:25:54 +08:00
parent fe0a05db3d
commit 5aca2104c2
3 changed files with 2491 additions and 33 deletions

View File

@@ -14,5 +14,5 @@ export const markSuccess = noop;
export const downloadAndInstallApk = noop;
export const setCustomEndpoints = noop;
export const getCurrentVersionInfo = noop;
export const simpleUpdate = noop;
export const simpleUpdate = (app) => app;
export const onEvents = noop;