Skip to content

Commit

Permalink
fix: adaptive icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Aug 18, 2024
1 parent f9ed6fe commit 850734d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ export default function app({ config }: ConfigContext): ExpoConfig {
},
},
android: {
adaptiveIcon: {
foregroundImage: './assets/adaptive-icon.png',
backgroundColor: '#FF5C00',
},
splash: {
image: './assets/splash.png',
resizeMode: 'contain',
Expand Down
Binary file added assets/adaptive-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 850734d

Please sign in to comment.