Skip to content

RouterProvider

Provides the router to the React component tree.

RouterProvider is re-exported from @effector/router-react; its API and behavior are identical in React Native.

Import

tsx
import { RouterProvider } from '@effector/router-react-native';

Original documentation

See RouterProvider in the React API for usage, props, and examples.

Released under the MIT License.