withLayout
Adds a layout component to a route view.
withLayout is re-exported from @effector/router-react; its API and behavior are identical in React Native.
Import
tsx
import { withLayout } from '@effector/router-react-native';Original documentation
See withLayout in the React API for usage and examples.