Skip to content

Commit

Permalink
🖼️ Update splash screen images
Browse files Browse the repository at this point in the history
  • Loading branch information
ostoaleonardo committed Jul 23, 2024
1 parent ee923ea commit 75ee29a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,27 @@ export default {
name: 'Notes',
slug: 'notes',
scheme: 'notes',
version: '1.2.0',
version: '1.2.1',
orientation: 'portrait',
icon: './assets/icon.png',
userInterfaceStyle: 'automatic',
splash: {
image: './assets/splash.png',
resizeMode: 'contain',
backgroundColor: '#d7d8d8'
},
android: {
splash: {
image: './assets/splash.png',
image: './assets/light-splash.png',
resizeMode: 'contain',
backgroundColor: '#d7d8d8',
dark: {
image: './assets/dark-splash.png',
resizeMode: 'contain',
backgroundColor: '#06080a'
}
},
adaptiveIcon: {
foregroundImage: './assets/adaptive-icon.png',
backgroundColor: '#07080a'
backgroundColor: '#ffffff'
},
package: 'com.monospace.notes',
versionCode: 5
versionCode: 6
},
plugins: [
'expo-router',
Expand Down
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 added assets/dark-splash.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 modified 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.
Binary file renamed assets/splash.png → assets/light-splash.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 75ee29a

Please sign in to comment.