UNPKG

@expo/webpack-pwa-manifest-plugin

Version:

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

5 lines (4 loc) 143 B
import { ExpoConfig } from '@expo/config'; export default function createMetatagsFromConfig(config?: ExpoConfig): { [key: string]: any; };