NavigatorScreen Edit

This feature is still experimental. “Experimental” means this is an early implementation subject to drastic and breaking changes.

The NavigatorScreen component represents a single view/screen/panel/menu and is supposed to be used in combination with the NavigatorProvider component.

Usage Usage

Refer to the NavigatorProvider component for a usage example.

Top ↑

Props Props

The component accepts the following props:

Top ↑

path: string path: string

The screen’s path, matched against the current path stored in the navigator.

  • Required: Yes