import * as React from 'react' import { ActivityIndicator, StyleSheet, View } from 'react-native' export function LoadingIndicator() { return ( ) } const styles = StyleSheet.create({ fill: { flex: 1, justifyContent: 'center', alignItems: 'center', }, })