smartech-base-expo-plugin
Version:
Smartech Base Expo SDK's React Native Plugin For React Native Projects.
13 lines (12 loc) • 405 B
TypeScript
import { SmartechBaseProps } from "./smartechBaseProps";
export declare class Helper {
static Ios: {
new (): {};
addDeepLinkHandler(content: string, props: SmartechBaseProps): string;
getLastLine: (lineArray: string[]) => number;
};
static Android: {
new (): {};
addDependency(appContents: string, dependency: string, version: string): string;
};
}