Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

Hierarchy

  • IFullscreenOptions
  • IProps
    • IOptions

Index

Properties

Optional backgroundColour

backgroundColour: undefined | string

node

node: React.ReactNode

Optional safe

safe: "padding" | "margin"

Determines if we should add safe padding to the screen

Optional style

style: StyleProp<ViewStyle>

The style for the component

Optional theme

theme: ITheme

The theme for the component

Methods

Optional onUnmount

  • onUnmount(): void

Optional onVisible

  • onVisible(value: boolean): void
  • Parameters

    • value: boolean

    Returns void