Activity Indicator

<View style={{
    flex: 1,
    justifyContent: 'center',
    alignItems: 'center',
}}>
    <ActivityIndicator size={'large'}/>
</View>

Last updated

Was this helpful?