Skip to content

Commit

Permalink
feat: 스플래시 화면 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Youjiiin committed Feb 28, 2025
1 parent 22cd4c5 commit 8be213b
Show file tree
Hide file tree
Showing 5 changed files with 1,868 additions and 861 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ yarn-error.*

# local env files
.env*.local
.env

# typescript
*.tsbuildinfo
firebase_adminsdk.json
google-services.json

/ios
/android
/android
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
Expand Down
Binary file added assets/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8be213b

Please sign in to comment.