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

bugfix for diffWithIpa

This commit is contained in:
tdzl2003
2016-04-04 23:45:29 +08:00
parent 063c14ab45
commit 0caf003b8d
4 changed files with 33 additions and 15 deletions

View File

@@ -82,3 +82,7 @@ export async function switchVersion({hash}) {
export async function switchVersionLater({hash}) {
HotUpdate.setNeedUpdate({hashName:hash});
}
export function clearFirstTimeMark() {
HotUpdate.clearFirstTimeMark();
}