Implement system bars management and Edge-to-Edge layout

This commit is contained in:
2026-07-29 14:02:35 +02:00
parent a12ec6ae2f
commit 038cbc674c
8 changed files with 55 additions and 14 deletions
+15
View File
@@ -18,6 +18,7 @@
"expo-file-system": "~56.0.8",
"expo-image-picker": "~56.0.18",
"expo-location": "~56.0.18",
"expo-navigation-bar": "^57.0.2",
"expo-screen-orientation": "^57.0.1",
"expo-secure-store": "~56.0.4",
"expo-sqlite": "~56.0.5",
@@ -5911,6 +5912,20 @@
"react-native": "*"
}
},
"node_modules/expo-navigation-bar": {
"version": "57.0.2",
"resolved": "https://registry.npmjs.org/expo-navigation-bar/-/expo-navigation-bar-57.0.2.tgz",
"integrity": "sha512-Ufe49dsTZjarA7gMMwwwnNJWpXo+oTyl5Ud0g3lsGVrj2HXjyw9cb9098N8+CoWpjfIa5PghuRYYXrcCrGQIHg==",
"license": "MIT",
"dependencies": {
"debug": "^4.3.2"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
},
"node_modules/expo-screen-orientation": {
"version": "57.0.1",
"resolved": "https://registry.npmjs.org/expo-screen-orientation/-/expo-screen-orientation-57.0.1.tgz",