UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

9 lines 514 B
import type { ScreenEntry } from './types'; /** * Tabs and Drawer hold every route in navigation state from the start, so a * `keepMounted` screen must only stay mounted once it has actually been * focused. Matches react-navigation's lazy behavior on native. */ export declare function useVisitedScreens(focusedKey: string): string[]; export declare function renderKeptMountedScreens(screens: ScreenEntry[], visited: string[]): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=keepMounted.d.ts.map