@equinor/mad-core
Version:
Core library for the Mobile App Delivery team
7 lines (6 loc) • 421 B
TypeScript
import { Language } from "../store/types";
import { CoreStackParamListBase } from "../types";
/**
* Returns the route Whats New Screen should navigate to. If it returns `null`, the app should navigate to the main route
*/
export declare const getNavigationRouteForWhatsNewScreen: (isLanguageSelected: boolean, supportedLanguages: Language[], skipOnboarding: boolean | undefined) => keyof CoreStackParamListBase | null;