Show overlay ActivityIndicator
Last Updated: February 26, 2021
If you want to overlay the ActivityIndicator on your screen you can use the following style
loading: {
position: 'absolute',
left: 0,
right: 0,
top: 0,
bottom: 0,
alignItems: 'center',
justifyContent: 'center'
}