-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AppUpdateWidget created with relevant UI implementation completed.
- Loading branch information
Milind Mevada
committed
Jan 3, 2020
1 parent
e2f2720
commit 01f2e7d
Showing
3 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
//TODO Update store URL for update | ||
const androidPlayStoreUrl = | ||
'https://play.app.goo.gl/?link=https://play.google.com/store/apps/details?id=com.app.id&ddl=1&pcampaignid=web_ddl_1'; | ||
const iosAppStoreUrl = ''; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
{ | ||
"welcome_message": "Welcome to Scaffold Project" | ||
"welcome_message": "Welcome to Scaffold Project", | ||
"flexible_update_msg": "New App Update Available", | ||
"title_immediate_update": "Update available", | ||
"content_immediate_update": "Please update App to new version for better experience.", | ||
"btn_update": "UPDATE" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters