Optional
stateYou 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
Optional
replaceInforms that navigation will replace the current screen.
Optional
resetInforms 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
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