Spinner

Spinner is a styled wrapper for ActivityIndicator React Native component.

Spinner example

API

Props

Spinner has no specific (custom) Props.

Style names

Spinner has no specific style names.

Style

  • color: color:
    • defines foreground color of the spinner, defaults to #cccccc
  • size: string, small or large
    • defines the size of the indicator, defaults to small
  • Also, supports every Style prop that the standard React Native View component supports

Example

Spinner example

JSX Declaration

<Spinner />