UNPKG

expo-keystore-manager

Version:

A comprehensive Expo config plugin for managing Android release keystore configuration

10 lines (9 loc) 270 B
interface ProguardOptions { enableProguard?: boolean; customProguardRules?: string; } /** * Adds ProGuard configuration for release builds */ declare const withProguardConfig: (config: any, options?: ProguardOptions) => any; export default withProguardConfig;