Skip to content

Commit

Permalink
chore: add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramigna committed Dec 18, 2023
1 parent 9c3a71d commit 6b7ab6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/expo/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ const defineConfig = (): ExpoConfig => ({
scheme: 'expo',
version: '0.1.0',
orientation: 'portrait',
splash: {
image: './assets/icon.png',
resizeMode: 'contain',
backgroundColor: '#F5F7FA',
},
icon: './assets/icon.png',
userInterfaceStyle: 'light',
updates: {
Expand Down
Binary file added apps/expo/assets/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 6b7ab6d

Please sign in to comment.