UNPKG

@expo/webpack-pwa-manifest-plugin

Version:

Generates a progressive web app (PWA) manifest.json from a React Native app.json

3 lines (2 loc) 177 B
import { StartupImage, Icon } from '../WebpackPWAManifestPlugin.types'; export declare function fromStartupImage({ src, resizeMode, destination, color }: Icon): StartupImage[];