Developer Documentation
  • Getting Started
  • Resources
    • Github
    • Discord
    • Sponsor
  • Components
    • View
    • Scroll
    • Gesture
    • Button
    • Text
    • TextInput
    • Link
    • Select
    • Spinner
    • Image
    • SVG *
    • Video *
    • VirtualListView *
    • WebView *
  • SERVICES
    • App
    • Platform
    • International
    • Accessibility
    • Clipboard
    • Storage
    • Location
    • Linking
    • Alert
    • Modal
    • Popup
    • StatusBar
    • UserInput
    • UserInterface
    • UserPresence
    • Network *
    • Navigator *
Powered by GitBook
On this page

Was this helpful?

  1. SERVICES

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

PreviousNetwork *

Last updated 5 years ago

Was this helpful?