Skip to content

Commit

Permalink
Issue #24 and #16: Implemented auto-update fetching and font loading
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0is1 committed Oct 16, 2024
1 parent e117a69 commit adced76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/edf2085f-2a08-4fbe-990f-e33ee757f0d6"
"url": "https://u.expo.dev/edf2085f-2a08-4fbe-990f-e33ee757f0d6",
"enabled": true,
"fallbackToCacheTimeout": 0,
"checkAutomatically": "ON_LOAD"
},
"owner": "0x0is1",
"extra": {
Expand Down

0 comments on commit adced76

Please sign in to comment.