1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-31 13:23:12 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
tdzl2003
2016-04-05 17:00:03 +08:00
parent 1c9fd7dd98
commit e13675522c
4 changed files with 39 additions and 19 deletions

View File

@@ -87,6 +87,6 @@ export async function switchVersionLater(hash) {
HotUpdate.setNeedUpdate({hashName:hash});
}
export function clearFirstTimeMark() {
HotUpdate.clearFirstTimeMark();
export function markSuccess() {
HotUpdate.markSuccess();
}