Skip to content

Commit

Permalink
update adaptive-icon, remove unused assets
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Jun 23, 2023
1 parent 8dc5efd commit f187584
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
Binary file modified 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.
Binary file removed assets/appName.png
Binary file not shown.
Binary file removed assets/appName_dark.png
Binary file not shown.
Binary file removed assets/icon.png
Binary file not shown.
Binary file removed assets/icon_transparent_dark.png
Binary file not shown.
Binary file removed assets/logo_transparent.png
Binary file not shown.
2 changes: 1 addition & 1 deletion config/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const config: ExpoConfig = {
version: `${version}${!IS_PROD ? `-${_appVariant}` : ''}`,
scheme: 'cashu',
orientation: 'portrait',
icon: './assets/icon.png',
icon: './assets/icon_transparent.png',
userInterfaceStyle: 'light',
splash: {
image: './assets/splash.png',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f187584

Please sign in to comment.