Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Functions

Type aliases

TabStackParamList

TabStackParamList: { Event: { event: Event; eventAddress?: string; nation: Nation }; Home: undefined; Map: undefined; NationEvents: { nation: Nation }; NationHome: { oid: number }; NationLocationsAndHours: { nation: Nation }; NationMenu: { menuId: number; nation: Nation }; NationMenus: { nation: Nation }; Nations: { nation?: Nation }; Notifications: undefined; Settings: undefined }

Defines the available route params for each tab.

Type declaration

  • Event: { event: Event; eventAddress?: string; nation: Nation }
    • event: Event
    • Optional eventAddress?: string
    • nation: Nation
  • Home: undefined
  • Map: undefined
  • NationEvents: { nation: Nation }
    • nation: Nation
  • NationHome: { oid: number }
    • oid: number
  • NationLocationsAndHours: { nation: Nation }
    • nation: Nation
  • NationMenu: { menuId: number; nation: Nation }
    • menuId: number
    • nation: Nation
  • NationMenus: { nation: Nation }
    • nation: Nation
  • Nations: { nation?: Nation }
    • Optional nation?: Nation
  • Notifications: undefined
  • Settings: undefined

Functions

Const default

  • default(): Element
  • This component renders the footer in which each tab can be selected. Each tab need to be entered in the footer manually.

    Returns Element

Generated using TypeDoc