fix status bars sometimes not showing
This commit is contained in:
@@ -221,6 +221,10 @@ export function Shell() {
|
|||||||
return (
|
return (
|
||||||
<View testID="mobileShellView" style={[a.h_full, t.atoms.bg]}>
|
<View testID="mobileShellView" style={[a.h_full, t.atoms.bg]}>
|
||||||
<SystemBars
|
<SystemBars
|
||||||
|
hidden={{
|
||||||
|
statusBar: false,
|
||||||
|
navigationBar: false,
|
||||||
|
}}
|
||||||
style={{
|
style={{
|
||||||
statusBar:
|
statusBar:
|
||||||
t.name !== 'light' ||
|
t.name !== 'light' ||
|
||||||
|
|||||||
Reference in New Issue
Block a user