diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-08-24 01:18:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-24 01:18:02 +0300 |
commit | ce2604d0e992618fcc590ccfc836e4b5b9bb8962 (patch) | |
tree | a941f55bd00d4af2873cf2713951a1df1a1311c1 /app.config.js | |
parent | c28195067f27fb02de1ae471c4f86aab660b45ce (diff) | |
download | voidsky-ce2604d0e992618fcc590ccfc836e4b5b9bb8962.tar.zst |
Update `@mozzius/expo-dynamic-app-icon` (#8834)
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index b30cdf0fe..8a0e6e48c 100644 --- a/app.config.js +++ b/app.config.js @@ -303,6 +303,11 @@ module.exports = function (_config) { android: './assets/app-icons/android_icon_default_dark.png', prerendered: true, }, + next: { + ios: './assets/app-icons/icon_default_next.png', + android: './assets/app-icons/icon_default_next.png', + prerendered: true, + }, /** * Bluesky+ core set |