I want to overlay my ActivityIndicator in the middle of my form but I\'m not entirely sure how I can go about this, I assume I need to wrap my stack layout in a relative lay
You need to use absolute layout. Follow the following hierarchy of the layout:
With this the activity indicator will be overlaid in the middle of a stack layout.