Skip to content

Commit

Permalink
metro
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Jul 7, 2024
1 parent a459b18 commit 2c2a4af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/expo-example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
const { getDefaultConfig } = require('expo/metro-config');
const path = require('path');

const workspaceRoot = path.resolve(__dirname, '../../');

const projectRoot = __dirname;
const workspaceRoot = path.resolve(projectRoot, '../../');

const defaultConfig = getDefaultConfig(projectRoot);

Expand Down

0 comments on commit 2c2a4af

Please sign in to comment.