createRouteView
Creates a route view that connects a route to a React component.
createRouteView is re-exported from @effector/router-react; its API and behavior are identical in React Native.
Import
tsx
import { createRouteView } from '@effector/router-react-native';Original documentation
See createRouteView in the React API for its configuration, types, and examples.