mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-04-18 12:09:44 +00:00
fix: android navigation bar color
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"expo": {
|
||||
"name": "Linkwarden",
|
||||
"slug": "linkwarden",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/images/icon.png",
|
||||
"scheme": "linkwarden",
|
||||
@@ -90,6 +90,12 @@
|
||||
"project": "react-native",
|
||||
"organization": "linkwarden"
|
||||
}
|
||||
],
|
||||
[
|
||||
"expo-navigation-bar",
|
||||
{
|
||||
"barStyle": "dark-content"
|
||||
}
|
||||
]
|
||||
],
|
||||
"experiments": {
|
||||
@@ -100,10 +106,6 @@
|
||||
"barStyle": "dark-content",
|
||||
"translucent": false
|
||||
},
|
||||
"androidNavigationBar": {
|
||||
"backgroundColor": "#ffffff",
|
||||
"barStyle": "dark-content"
|
||||
},
|
||||
"extra": {
|
||||
"router": {
|
||||
"origin": false
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
"expo-font": "~14.0.11",
|
||||
"expo-haptics": "~15.0.8",
|
||||
"expo-linking": "~8.0.11",
|
||||
"expo-navigation-bar": "~5.0.10",
|
||||
"expo-router": "~6.0.23",
|
||||
"expo-secure-store": "~15.0.8",
|
||||
"expo-share-intent": "^5.1.1",
|
||||
|
||||
16
yarn.lock
16
yarn.lock
@@ -5265,6 +5265,7 @@ __metadata:
|
||||
expo-font: "npm:~14.0.11"
|
||||
expo-haptics: "npm:~15.0.8"
|
||||
expo-linking: "npm:~8.0.11"
|
||||
expo-navigation-bar: "npm:~5.0.10"
|
||||
expo-router: "npm:~6.0.23"
|
||||
expo-secure-store: "npm:~15.0.8"
|
||||
expo-share-intent: "npm:^5.1.1"
|
||||
@@ -12917,6 +12918,21 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"expo-navigation-bar@npm:~5.0.10":
|
||||
version: 5.0.10
|
||||
resolution: "expo-navigation-bar@npm:5.0.10"
|
||||
dependencies:
|
||||
"@react-native/normalize-colors": "npm:0.81.5"
|
||||
debug: "npm:^4.3.2"
|
||||
react-native-is-edge-to-edge: "npm:^1.2.1"
|
||||
peerDependencies:
|
||||
expo: "*"
|
||||
react: "*"
|
||||
react-native: "*"
|
||||
checksum: 10c0/13810f4b79556c68c9cff40194e18a3df66be383c843ad079fbbbe59dfe3a6f3a9cec4f78d51a30d0300da2820c1934b20439b81d67f74013c19b0c7f2e2cbee
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"expo-router@npm:~6.0.23":
|
||||
version: 6.0.23
|
||||
resolution: "expo-router@npm:6.0.23"
|
||||
|
||||
Reference in New Issue
Block a user