Add splash screen handling and logo to HomeScreen, update dependencies
All checks were successful
Build App / build-android (push) Successful in 7m2s
Build App / build-web (push) Successful in 29s
Build App / release (push) Successful in 11s

This commit is contained in:
Space-Banane
2026-03-10 21:13:25 +01:00
parent 60909913a5
commit 51c54d4892
6 changed files with 226 additions and 3 deletions

View File

@@ -16,6 +16,12 @@ export function createStyles() {
marginBottom: 20,
letterSpacing: 1,
},
logo: {
width: 100,
height: 100,
marginBottom: 20,
borderRadius: 22,
},
topRow: {
width: '100%',
maxWidth: 640,