When using PullToRefresh with <ScrollView iosOverFlowSafeArea="true"> the refresh control sits inside the safe area behind the notch.
<pr:PullToRefresh refresh="refreshData">
<ScrollView iosOverflowSafeArea="true">
...
</ScrolLView>
</pr:PullToRefresh>

When using PullToRefresh with
<ScrollView iosOverFlowSafeArea="true">the refresh control sits inside the safe area behind the notch.