Skip to content

Commit

Permalink
Merge pull request #26 from mori8/feature/splash
Browse files Browse the repository at this point in the history
[#4] Feature/splash
  • Loading branch information
hee-suh authored Mar 7, 2022
2 parents bc0acc1 + 5b65eaa commit e2fc05c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions react-native/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"splash": {
"image": "./assets/images/splash.png",
"image": "./assets/images/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"backgroundColor": "#333D79"
},
"updates": {
"fallbackToCacheTimeout": 0
Expand Down
Binary file added react-native/assets/images/splash-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"expo-auth-session": "~3.5.0",
"expo-camera": "^12.1.2",
"expo-font": "~10.0.4",
"expo-splash-screen": "~0.14.1",
"expo-random": "~12.1.1",
"expo-status-bar": "~1.2.0",
"expo-web-browser": "~10.1.0",
Expand All @@ -31,6 +32,7 @@
"react-native-elements": "^3.4.2",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "12.1.1",
"react-native-swipe-up-down": "^1.1.6",
"react-native-swiper": "^1.6.0",
Expand Down
7 changes: 6 additions & 1 deletion react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3679,7 +3679,7 @@ expo-random@~12.1.1:
dependencies:
base64-js "^1.3.0"

expo-splash-screen@~0.14.0:
expo-splash-screen@~0.14.0, expo-splash-screen@~0.14.1:
version "0.14.2"
resolved "https://registry.npmjs.org/expo-splash-screen/-/expo-splash-screen-0.14.2.tgz"
integrity sha512-X25D/0E2AWEFGgDWIVXZ5Bl7FhYk7TgVhEWvplBqrDY7G7vg5l1aoH6PelOQINWPsa1dcRyA7REdN2ltO+0LAw==
Expand Down Expand Up @@ -5918,6 +5918,11 @@ react-native-size-matters@^0.3.1:
resolved "https://registry.yarnpkg.com/react-native-size-matters/-/react-native-size-matters-0.3.1.tgz#24d0cfc335a2c730f6d58bd7b43ea5a41be4b49f"
integrity sha512-mKOfBLIBFBcs9br1rlZDvxD5+mAl8Gfr5CounwJtxI6Z82rGrMO+Kgl9EIg3RMVf3G855a85YVqHJL2f5EDRlw==

react-native-splash-screen@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/react-native-splash-screen/-/react-native-splash-screen-3.3.0.tgz#3af71ed17afe50fee69590a45aec399d071ead02"
integrity sha512-rGjt6HkoSXxMqH4SQUJ1gnPQlPJV8+J47+4yhgTIan4bVvAwJhEeJH7wWt9hXSdH4+VfwTS0GTaflj1Tw83IhA==

[email protected]:
version "12.1.1"
resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-12.1.1.tgz#5f292410b8bcc07bbc52b2da7ceb22caf5bcaaee"
Expand Down

0 comments on commit e2fc05c

Please sign in to comment.