For the complete documentation index, see llms.txt. This page is also available as Markdown.

Navigator *

This service provides a way for the app to present a virtual stack of “cards”, allowing the user to push or pop those cards onto the stack in an animated manner.

Props

Name

Type

Description

cardStyle

ViewStyleRuleSet

  • Style to apply to the card

renderScene

(route: NavigatorRoute) => JSX.Element

  • Called to render the specified scene

transitionCompleted

() => void

  • Called when a transition between cards is complete

Last updated

Was this helpful?