Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp committed Jul 25, 2024
1 parent 5dc24ec commit 43c6720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const CONST = {
IOS: 'https://apps.apple.com/us/app/expensify-cash/id1530278510',
DESKTOP: `${ACTIVE_EXPENSIFY_URL}NewExpensify.dmg`,
OLD_DOT_ANDROID: 'https://play.google.com/store/apps/details?id=org.me.mobiexpensifyg&hl=en_US&pli=1',
OLD_DOT_IOS: 'https://apps.apple.com/us/app/expensify-expense-tracker/id471713959'
OLD_DOT_IOS: 'https://apps.apple.com/us/app/expensify-expense-tracker/id471713959',
},
DATE: {
SQL_DATE_TIME: 'YYYY-MM-DD HH:mm:ss',
Expand Down
3 changes: 1 addition & 2 deletions src/libs/actions/AppUpdate/updateApp/index.ios.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {Linking} from 'react-native';
import {Linking, NativeModules} from 'react-native';
import CONST from '@src/CONST';
import { NativeModules } from 'react-native';

export default function updateApp() {
Linking.openURL(NativeModules.HybridAppModule ? CONST.APP_DOWNLOAD_LINKS.OLD_DOT_IOS : CONST.APP_DOWNLOAD_LINKS.IOS);
Expand Down

0 comments on commit 43c6720

Please sign in to comment.