UNPKG

238 BTypeScriptView Raw
1/**
2 * Register a navigator in the parent context (either a navigation container or a screen).
3 * This is used to prevent multiple navigators under a single container or screen.
4 */
5export default function useRegisterNavigator(): string;