Fix status bars not showing (#10605)

This commit is contained in:
Samuel Newman
2026-05-25 14:09:28 +03:00
committed by GitHub
parent d404363093
commit bf7633b794
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -221,6 +221,10 @@ export function Shell() {
return (
<View testID="mobileShellView" style={[a.h_full, t.atoms.bg]}>
<SystemBars
hidden={{
statusBar: false,
navigationBar: false,
}}
style={{
statusBar:
t.name !== 'light' ||