Is there a way to disable safearea on iOS in jetpa...
# compose-ios
a
Is there a way to disable safearea on iOS in jetpack compose?
j
Can you use something like this in the
body
of your ContentView?
Copy code
ComposeView()
        .ignoresSafeArea(.all)
a
Maybe but it is only for 1 screen.
j
Why would it be only for 1 screen?
a
Okay I think this fixes my problem .... Lol how stupid am I xD