UNPKG

@expo/metro-config

Version:

A Metro config for running React Native projects with the Metro bundler

8 lines (7 loc) 163 B
export type SerialAsset = { originFilename: string; filename: string; source: string; type: 'css' | 'js'; metadata: Record<string, string>; };