/** See: https://github.com/facebook/metro/blob/v0.80.10/packages/metro-config/src/defaults/defaults.js#L18-L52 */ export const DEFAULT_ASSET_EXTS = [ // Image formats 'bmp', 'gif', 'jpg', 'jpeg', 'png', 'psd', 'svg', 'webp', // Video formats 'm4v', 'mov', 'mp4', 'mpeg', 'mpg', 'webm', // Audio formats 'aac', 'aiff', 'caf', 'm4a', 'mp3', 'wav', // Document formats 'html', 'pdf', 'yaml', 'yml', // Font formats 'otf', 'ttf', // Archives (virtual files) 'zip', ]