Outlet
Renders the active nested child route inside a parent route view.
Outlet is re-exported from @effector/router-react; its API and behavior are identical in React Native.
Import
tsx
import { Outlet } from '@effector/router-react-native';Original documentation
See Outlet in the React API for usage and examples.