@resistdesign/voltra
Preparing search index...
native
Route
Function Route
Route
<
ParamsType
extends
Record
<
string
,
any
>
>
(
props
:
PropsWithChildren
<
RouteProps
<
ParamsType
>
>
,
)
:
Element
Native Route wrapper for root/provider mode.
Behavior:
On React Native mobile runtimes, auto-injects a native-history-backed adapter so native history owns platform back actions.
On React Native web runtimes, auto-injects the browser adapter.
Type Parameters
ParamsType
extends
Record
<
string
,
any
>
Parameters
props
:
PropsWithChildren
<
RouteProps
<
ParamsType
>
>
Returns
Element
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@resistdesign/voltra
Loading...
Native Route wrapper for root/provider mode.
Behavior: