Change the Navigation Bar color of each screen on SwiftUI.

I am creating an app that uses ARKit.
I set it to display the AR screen by navigating with NavigationLink, but when the device is sideways, it does not become full screen due to the status bar.

But if set in init() { } they will break the navigationview's initial screen.
If you hide the NavigationBar, you cannot return to the original screen.
Please tell me how to make the Navigation Bar transparent only on some screens.