Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ScreenProps

Index

Properties

Optional background

background: Kancha.BrandPropOptions

Background type

Optional backgroundImage

backgroundImage: ImageSourcePropType

Set a background image for the view

Optional bannerComponent

bannerComponent: React.ReactNode

Provide a banner component for the view

Optional fabButton

fabButton: React.ReactNode

An action button that floats over the content

Optional footerComponent

footerComponent: React.ReactNode

Provide a footer component

Optional footerDivider

footerDivider: undefined | false | true

Show a divider line between footer component and view

Optional safeArea

safeArea: undefined | false | true

Safe area for entire View. This will over-ride other safearea options

Optional safeAreaBackground

safeAreaBackground: undefined | string

Safe background color. This will over-ride other safearea background color options

Optional safeAreaBottom

safeAreaBottom: undefined | false | true

Safearea bottom

Optional safeAreaBottomBackground

safeAreaBottomBackground: undefined | string

Safearea bottom background color

Optional safeAreaTop

safeAreaTop: undefined | false | true

Safearea top

Optional safeAreaTopBackground

safeAreaTopBackground: undefined | string

Safearea top background color

Optional scrollEnabled

scrollEnabled: undefined | false | true

Enable scrolling view

Optional statusBarHidden

statusBarHidden: undefined | false | true

Hide the status bar

Optional statusBarStyle

statusBarStyle: undefined | string

Set the statusbar style. Override the theme's default

theme

theme: any

Passed in by the HOC. Safe to ignore.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc