UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

6 lines 240 B
import * as React from 'react'; /** * Context which marks the navigation tree as independent. */ export declare const NavigationIndependentTreeContext: React.Context<boolean>; //# sourceMappingURL=NavigationIndependentTreeContext.d.ts.map