UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

6 lines 288 B
/** * Register a navigator in the parent context (either a navigation container or a screen). * This is used to prevent multiple navigators under a single container or screen. */ export declare function useRegisterNavigator(): string; //# sourceMappingURL=useRegisterNavigator.d.ts.map