1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-07 23:25:14 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Fix simpleUpdate

This commit is contained in:
sunnylqm
2021-11-04 17:52:30 +08:00
parent 27327dbe12
commit 786d32d92f

View File

@@ -94,7 +94,7 @@ export function simpleUpdate(WrappedComponent) {
},
},
]);
} else {
} else if (info.update) {
Alert.alert(
'提示',
'检查到新的版本' + info.name + ',是否下载?\n' + info.description,