Skip to content

Commit 1cfbcf1

Browse files
committed
Fixed splash
1 parent e424885 commit 1cfbcf1

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

app.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
"version": "1.0.0",
66
"orientation": "portrait",
77
"icon": "./assets/icon.png",
8-
"userInterfaceStyle": "light",
8+
"userInterfaceStyle": "dark",
99
"splash": {
1010
"image": "./assets/splash.png",
1111
"resizeMode": "contain",
12-
"backgroundColor": "#ffffff"
12+
"backgroundColor": "#020617"
1313
},
14-
"assetBundlePatterns": [
15-
"**/*"
16-
],
14+
"assetBundlePatterns": ["**/*"],
1715
"ios": {
1816
"supportsTablet": true
1917
},

assets/splash.png

-13.2 KB
Loading

package-lock.json

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@reduxjs/toolkit": "^1.9.5",
1616
"expo": "~48.0.18",
1717
"expo-status-bar": "~1.4.4",
18+
"expo-system-ui": "^2.2.1",
1819
"react": "18.2.0",
1920
"react-native": "0.71.8",
2021
"react-native-material-menu": "^2.0.0",

0 commit comments

Comments
 (0)