Skip to content

Commit

Permalink
add app icon and splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
fredshema committed Nov 25, 2024
1 parent 5619405 commit 544afe7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"icon": "./assets/images/icon.png",
"scheme": "devpulse",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.atlp.pulseapp",
Expand Down Expand Up @@ -45,6 +40,18 @@
{
"photosPermission": "The app needs access to your photos to let you upload a profile picture."
}
],
[
"expo-splash-screen",
{
"backgroundColor": "#E0E7FF",
"image": "./assets/images/icon.png",
"dark": {
"image": "./assets/images/icon.png",
"backgroundColor": "#020917"
},
"imageWidth": 128
}
]
],
"experiments": {
Expand Down
Binary file modified assets/images/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 modified assets/images/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 544afe7

Please sign in to comment.