UNPKG

expo-keystore-manager

Version:

A comprehensive Expo config plugin for managing Android release keystore configuration

11 lines (10 loc) 252 B
export interface KeystoreOptions { keystoreFile: string; keystorePassword: string; keyAlias: string; keyPassword: string; storeType?: string; enableProguard?: boolean; enableR8?: boolean; customProguardRules?: string; }