Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProps

Properties for the AsyncView

Hierarchy

  • IProps

Index

Properties

Optional ErrorComponent

ErrorComponent: ErrorComponent

The component that will be shown when a promise rejects. Defaults to AsyncView.ErrorComponent.

Optional LoadingComponent

LoadingComponent: LoadingComponent

The component to show whilst waiting for the promises to resolve. Defaults to AsyncView.LoadingComponent

Optional style

style: StyleProp<ViewStyle>

The styling for the view

Optional theme

theme: ITheme

The theme to use for the error and activity components