Hi, I have a map view which ignores the top status bar safe area, but as soon as I put in the "dynamicOverlay" call, it removes the safe area and the map no longer extends to the top status bar. Is there a way to remove this behavior?
EDIT:
I figured out that I had to add another call to "ignoresSafeArea()". It's weird because now I have it in two places instead of one and the second "ignoresSafeArea()" call MUST also come after the "dynamicOverlay()" call otherwise it doesn't work. May want to add this note in the README files.