Created
July 23, 2022 07:12
-
-
Save happyharis/c001473a3b60113244da1572109d9373 to your computer and use it in GitHub Desktop.
PCMOB6 metro.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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