I am trying to make an app that has pages (kind of like how a book app displays the pages of a book). To do this I am using the TabView with the PageTabViewStyle modifier. The issue is that I want the tab's content (which is in a scrollView if that makes a difference) to go all the way down the screen. At first I thought "oh that's easy i'll just turn off the safe area" but the whitespace remains. I've tried every which way of disabling the safe area. It worked once when I turned off the safe area on the parent view but the second I swiped it threw an error and went back to normal. I think it has something to do with the tab bar at the bottom but I'm not sure.
I've tried turning off the safe area, and I dissected the problem and it starts happening only once the tab view is added. I saw some fourms that were saying it's a bug but I don't really know.