about summary refs log tree commit diff
path: root/src/lib/routes
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-11-27 14:41:18 +0000
committerGitHub <noreply@github.com>2024-11-27 14:41:18 +0000
commit6a29296ae0a1207a54323cc20fad1acdec8cba03 (patch)
treeccfbbe623158ebf57f1d45ccba684a4ca2c12402 /src/lib/routes
parentc7d57b63744db040e6790625de7029afdd7387eb (diff)
downloadvoidsky-6a29296ae0a1207a54323cc20fad1acdec8cba03.tar.zst
[Subs] Custom app icons (#6758)
* custom icons

* rm default

* clouds.jpg

* use cross-platform fork

* minor fixes for android

* update dynamic icon lib

* gate app icon settings behind discover debug dids

* rename clouds

* Bop it

* Update default ios icon as well

* Remove old icon

* Update logo placement

* update to latest expo-dynamic-app-icon

* fix android icon sizes

---------

Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'src/lib/routes')
-rw-r--r--src/lib/routes/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts
index 41a47b4bc..9e3407261 100644
--- a/src/lib/routes/types.ts
+++ b/src/lib/routes/types.ts
@@ -44,6 +44,7 @@ export type CommonNavigatorParams = {
   PrivacyAndSecuritySettings: undefined
   ContentAndMediaSettings: undefined
   AboutSettings: undefined
+  AppIconSettings: undefined
   Search: {q?: string}
   Hashtag: {tag: string; author?: string}
   MessagesConversation: {conversation: string; embed?: string}