Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@happyharis
Created July 23, 2022 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save happyharis/c001473a3b60113244da1572109d9373 to your computer and use it in GitHub Desktop.
Save happyharis/c001473a3b60113244da1572109d9373 to your computer and use it in GitHub Desktop.
PCMOB6 metro.config.js
const { getDefaultConfig } = require("@expo/metro-config");
const defaultConfig = getDefaultConfig(__dirname);
defaultConfig.resolver.assetExts.push("cjs");
module.exports = defaultConfig;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment