Preview 2.0 is now in Public Beta!
Read the Announcement
NavigationEntry
interface NavigationEntry extends ViewEntry {
  animated: boolean;
  backstackVisible: boolean;
  bindingContext: any;
  clearHistory: boolean;
  context: any;
  transition: NavigationTransition;
  transitionAndroid: NavigationTransition;
  transitioniOS: NavigationTransition;
}

Summary

Properties

animated

animated?: boolean

backstackVisible

backstackVisible?: boolean

bindingContext

bindingContext?: any

clearHistory

clearHistory?: boolean

context

transitionAndroid