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

update version

parent f12dda9c
...@@ -55,12 +55,12 @@ const VersionChecker = (props) => { ...@@ -55,12 +55,12 @@ const VersionChecker = (props) => {
if (Platform.OS === 'ios') { if (Platform.OS === 'ios') {
Linking.openURL('itms-apps://itunes.apple.com/us/app/dcv-invest/id1556621903?l=id'); Linking.openURL('itms-apps://itunes.apple.com/us/app/dcv-invest/id1556621903?l=id');
} else { } else {
try { // try {
InAppUpdate.checkUpdate() // InAppUpdate.checkUpdate()
} catch(e) { // } catch(e) {
console.log(e) // console.log(e)
} // }
// Linking.openURL('https://play.google.com/store/apps/details?id=com.dcv.invest'); Linking.openURL('https://play.google.com/store/apps/details?id=com.dcv.invest');
} }
} catch (error) { } 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