add this in your main layout
import { StatusBar } from "expo-status-bar"; return ( <Stack> <StatusBar /> // ...other stacks or components </Stack>