Interface NavigationConfig

Hierarchy

  • NavigationConfig

Properties

Properties

path: string

Specifies the name of the screen to which the app will be directed You should use the name of the View contained in the views folder here

state?: any

You can pass an object through the state so that it is forwarded to the next screen using the following approach:

const previousScreenData = this.props?.location?.state
replace?: boolean

Informs that navigation will replace the current screen.

reset?: boolean

Informs the eitri-app that navigation will replace the entire navigation stack with only a single screen that will be passed in the path.

Generated using TypeDoc