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.
Last updated
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.
Last updated
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