> For the complete documentation index, see [llms.txt](https://docs.ult.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ult.dev/services/navigator.md).

# Navigator \*

### Props

| Name                | Type                                     | Description                                                          |
| ------------------- | ---------------------------------------- | -------------------------------------------------------------------- |
| cardStyle           | `ViewStyleRuleSet`                       | <ul><li>Style to apply to the card</li></ul>                         |
| renderScene         | `(route: NavigatorRoute) => JSX.Element` | <ul><li>Called to render the specified scene</li></ul>               |
| transitionCompleted | `() => void`                             | <ul><li>Called when a transition between cards is complete</li></ul> |
