UNPKG

expo-keystore-manager

Version:

A comprehensive Expo config plugin for managing Android release keystore configuration

8 lines (7 loc) 267 B
import { KeystoreOptions } from "../types"; /** * Complete Release Keystore Plugin for Expo * Handles all aspects of Android release keystore configuration */ declare const withKeystore: (config: any, options: KeystoreOptions) => any; export default withKeystore;