Activity Indicator
The Activity Indicator component is displays loading indicator.
Import
import { ActivityIndicator } from '@tra-tech/react-native-kitra';
Usage
import { ActivityIndicator } from '@tra-tech/react-native-kitra';
const App = () => (
<ActivityIndicator />
);
export default App;
Props
Prop name | Type | Required | Description |
---|---|---|---|
children | React.ReactNode | No | Loading indicator to display. |
theme | UITheme | No | The theme to use for the component. |