mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-07 21:45:16 +08:00
Fix simpleUpdate
This commit is contained in:
@@ -94,7 +94,7 @@ export function simpleUpdate(WrappedComponent) {
|
||||
},
|
||||
},
|
||||
]);
|
||||
} else {
|
||||
} else if (info.update) {
|
||||
Alert.alert(
|
||||
'提示',
|
||||
'检查到新的版本' + info.name + ',是否下载?\n' + info.description,
|
||||
|
Reference in New Issue
Block a user