Skip to content

Commit

Permalink
Update metro.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed May 5, 2023
1 parent df428b4 commit cf348ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metro.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Learn more https://docs.expo.io/guides/customizing-metro
const { getDefaultConfig } = require("../../expo/packages/@expo/metro-config");
const { getDefaultConfig } = require("expo/metro-config");
// const { getDefaultConfig } = require("../../expo/packages/@expo/metro-config");

module.exports = getDefaultConfig(__dirname);

0 comments on commit cf348ad

Please sign in to comment.