Navigator

constructor(animation: NavAnimation? = null, swipeable: Boolean? = null, forceSwipeable: Boolean? = null, className: String? = null, init: Navigator.() -> Unit? = null)

Creates a navigator component.

Parameters

animation

an animation type.

swipeable

an iOS swipe to pop feature

forceSwipeable

force iOS swipe on Android platform

className

CSS class names

init

an initializer extension function