UNPKG

hot-updater

Version:

React Native OTA solution for self-hosted

5 lines (4 loc) 326 B
import type { Platform } from "@hot-updater/plugin-core"; export declare const getIOSVersion: (cwd: string) => Promise<string | null>; export declare const getAndroidVersion: (cwd: string) => Promise<string | null>; export declare const getDefaultTargetAppVersion: (cwd: string, platform: Platform) => Promise<string | null>;