fix: header overlap status bar
This commit is contained in:
@@ -109,7 +109,7 @@ export default function RootLayout() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
<StatusBar style="light" />
|
<StatusBar style="inverted" translucent={false} backgroundColor="black"/>
|
||||||
</Provider>
|
</Provider>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import HeaderRightDiscussionList from "@/components/discussion/headerDiscussionL
|
|||||||
import HeaderRightTaskList from "@/components/task/headerTaskList"
|
import HeaderRightTaskList from "@/components/task/headerTaskList"
|
||||||
import { Headers } from "@/constants/Headers"
|
import { Headers } from "@/constants/Headers"
|
||||||
import { router, Stack } from "expo-router"
|
import { router, Stack } from "expo-router"
|
||||||
import { StatusBar } from "expo-status-bar"
|
|
||||||
|
|
||||||
export default function RootLayout() {
|
export default function RootLayout() {
|
||||||
return (
|
return (
|
||||||
@@ -29,7 +28,6 @@ export default function RootLayout() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
<StatusBar style="light" />
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user