mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-11-01 13:53:11 +08:00
bugfix for diffWithIpa
This commit is contained in:
@@ -82,3 +82,7 @@ export async function switchVersion({hash}) {
|
||||
export async function switchVersionLater({hash}) {
|
||||
HotUpdate.setNeedUpdate({hashName:hash});
|
||||
}
|
||||
|
||||
export function clearFirstTimeMark() {
|
||||
HotUpdate.clearFirstTimeMark();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user