Skip to content

Commit

Permalink
update cert
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Mar 14, 2024
1 parent 6564764 commit 14b56b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function InnerApp() {
const theme = useColorModeTheme()
const {_} = useLingui()
useIntentHandler()
useUpdateCheck()
// useUpdateCheck()

// init
useEffect(() => {
Expand Down
1 change: 1 addition & 0 deletions src/view/screens/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function HomeScreenReady({
const update = await Updates.checkForUpdateAsync()

Alert.alert('Update!', JSON.stringify(update))
Alert.alert('MAnifest:', JSON.stringify(update.manifest))

if (update.isAvailable) {
Alert.alert(
Expand Down

0 comments on commit 14b56b4

Please sign in to comment.