1
0
Code Issues Pull Requests 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
No known key found for this signature in database
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;

View File

@ -57,11 +57,14 @@
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.1",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"detox": "^20.5.0",
"firebase-tools": "^11.24.1",
"fs-extra": "^9.1.0",
"jest": "^29.2.1",
"pod-install": "^0.1.37",
"react-native": "^0.72.6",
"ts-jest": "^29.0.3",
"typescript": "^5.2.2"
}

2519
yarn.lock

File diff suppressed because it is too large Load Diff