UNPKG

432 BTypeScriptView Raw
1import { ExpoConfig } from '../Config.types';
2export declare function getVersionName(config: ExpoConfig): string | null;
3export declare function setVersionName(config: ExpoConfig, buildGradle: string, versionToReplace?: string): string;
4export declare function getVersionCode(config: ExpoConfig): number | null;
5export declare function setVersionCode(config: ExpoConfig, buildGradle: string, versionCodeToReplace?: string): string;