diff --git a/app.json b/app.json index afae14d0..23401f75 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.0.6", + "version": "0.1.1", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -24,6 +24,11 @@ }, "android": { "jsEngine": "jsc", + "androidNavigationBar": { + "visible": true, + "barStyle": "dark-content", + "backgroundColor": "#000000" + }, "adaptiveIcon": { "foregroundImage": "./assets/images/icon.png" }, @@ -32,7 +37,7 @@ "android.permission.FOREGROUND_SERVICE", "android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" ], - "versionCode": 3 + "versionCode": 5 }, "web": { "bundler": "metro", diff --git a/bun.lockb b/bun.lockb index aad1bde2..b5b00a52 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fb40ce49..cce29613 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@tanstack/react-query": "^5.51.16", "@types/uuid": "^10.0.0", "expo": "~51.0.26", + "expo-blur": "~13.0.2", "expo-build-properties": "~0.12.5", "expo-constants": "~16.0.2", "expo-dev-client": "~4.0.22",