# 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> |
