Skip to content

createLazyRouteView

Creates a route view whose component is loaded lazily.

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

Import

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

Original documentation

See createLazyRouteView in the React API for its configuration and examples.

Released under the MIT License.