Comment on page

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 modified 3yr ago