Hey,
I am unable to hide the status bar when the view is in a NavigationView. I've tried so many solutions to no avail...
This seems like a bug in iOS 14 with XCode 12
.edgesIgnoringSafeArea(.all)
.navigationBarHidden(true)
.statusBar(hidden: true)