From ba4bb46c3fc3d670e565c69bdf71dbb4510b51f0 Mon Sep 17 00:00:00 2001 From: Ansh Date: Fri, 2 Jun 2023 13:27:59 -0700 Subject: [APP-107] OTA updates (#587) * add 1000ms fallbackToCacheTimeout * add listener via useOTAUpdate hook and show modal if update is available * finish expo-updates setup * setup useOTAUpdate hook * add 1000ms fallbackToCacheTimeout * add listener via useOTAUpdate hook and show modal if update is available * finish expo-updates setup * setup useOTAUpdate hook * add OTA updates * Update build.md * temporarily disable ota updates * refactor useOTAUpdate code --- src/view/screens/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/screens/Settings.tsx') diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx index 798893855..52be35a48 100644 --- a/src/view/screens/Settings.tsx +++ b/src/view/screens/Settings.tsx @@ -445,7 +445,7 @@ export const SettingsScreen = withAuthRequired( ) : null} - Build version {AppInfo.appVersion} + Build version {AppInfo.appVersion} {AppInfo.updateChannel} -- cgit 1.4.1