smartech-base-expo-plugin
Version:
Smartech Base Expo SDK's React Native Plugin For React Native Projects.
16 lines (15 loc) • 526 B
TypeScript
export declare const appdelegate_header_snippet = "#import <Smartech/Smartech.h>";
export declare const appdelegateSnippet: {
fileName: string;
smartechHeaderSnippet: string;
hanselHeaderSnippet: string;
};
export declare const smartechBaseSnippet: {
smartechInit: string;
debugLevel: string;
trackAppInstallUpdateBySmartech: string;
hanselLogSnippet: string;
didfinishRegex: RegExp;
regexPattern: RegExp;
};
export declare const deepLinkHandlerSnippet: (delayInSeconds: number) => string;