Is there a way to change the status bar color if using the new app life cycle?
I know that for UIKit life cycle there is the workaround where you create your own HostingController to overwrite the color.
But the new SwiftUI life cycle isn't using a UIHostingController at all.