Interface DelayedActivityIndicatorProps

interface DelayedActivityIndicatorProps {
    containerStyle?: StyleProp<ViewStyle>;
    delay?: number;
}

Hierarchy

Properties

containerStyle?: StyleProp<ViewStyle>

The style override for the container.

delay?: number

The additional delay before the ActivityIndicator is shown, in milliseconds.

Default

200 milliseconds.