UNPKG

icon-numic-plugin

Version:

Generate icons for Android and iOS in React Native.

9 lines (8 loc) 250 B
export interface Options { iOSBackground?: string; icon?: string; androidForeground?: string; androidBackground?: string; androidBackgroundColor?: string; } export type Log = (message: string, type?: 'warning' | 'error') => void;