Commit 901d9269 by Nguyễn Thị Thúy

update version

parent f12dda9c
......@@ -55,12 +55,12 @@ const VersionChecker = (props) => {
if (Platform.OS === 'ios') {
Linking.openURL('itms-apps://itunes.apple.com/us/app/dcv-invest/id1556621903?l=id');
} else {
try {
InAppUpdate.checkUpdate()
} catch(e) {
console.log(e)
}
// Linking.openURL('https://play.google.com/store/apps/details?id=com.dcv.invest');
// try {
// InAppUpdate.checkUpdate()
// } catch(e) {
// console.log(e)
// }
Linking.openURL('https://play.google.com/store/apps/details?id=com.dcv.invest');
}
} catch (error) {
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment