Skip to content

Commit e1929d5

Browse files
committed
config: update libs
1 parent 7ee0607 commit e1929d5

File tree

3 files changed

+897
-689
lines changed

3 files changed

+897
-689
lines changed

app.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"UIViewControllerBasedStatusBarAppearance": true
1919
}
2020
},
21+
"androidStatusBar": {
22+
"backgroundColor": "#000000"
23+
},
2124
"android": {
2225
"package": "com.abelb13.x4dinha",
2326
"intentFilters": [
@@ -31,7 +34,7 @@
3134
],
3235
"adaptiveIcon": {
3336
"foregroundImage": "./assets/images/adaptive-icon.png",
34-
"backgroundColor": "#000"
37+
"backgroundColor": "#ffffff"
3538
}
3639
},
3740
"plugins": [
@@ -42,7 +45,7 @@
4245
"image": "./assets/images/splash-icon.png",
4346
"imageWidth": 200,
4447
"resizeMode": "contain",
45-
"backgroundColor": "#000"
48+
"backgroundColor": "#000000"
4649
}
4750
],
4851
"expo-localization",

0 commit comments

Comments
 (0)