Skip to main content
Version: 1.x

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 nameTypeRequiredDescription
childrenReact.ReactNodeNoLoading indicator to display.
themeUITheme NoThe theme to use for the component.