UNPKG

@equinor/mad-core

Version:

Core library for the Mobile App Delivery team

10 lines (9 loc) 616 B
import { ParamListBase } from "@react-navigation/native"; import { MadConfig } from "../types"; export declare const createStackCoreNavigator: <T extends ParamListBase>(config: MadConfig<T>) => any; export declare const createNativeStackCoreNavigator: <T extends ParamListBase>(config: MadConfig<T>) => any; /** * * @deprecated This functions is replaced by `createStackCoreNavigator` and `createNativeStackCoreNavigator`. USE `createNativeStackCoreNavigator` IF YOU DON'T WANT BREAKING CHANGES IN YOUR APP */ export declare const createCoreStackNavigator: <T extends ParamListBase>(config: MadConfig<T>) => any;