Skip to content

Commit

Permalink
chore: _
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Jun 16, 2022
1 parent 4293608 commit a01abd0
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 10 deletions.
2 changes: 1 addition & 1 deletion exampleExpo/metro.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path');
const blacklist = require('metro-config/src/defaults/blacklist');
const blacklist = require('metro-config/src/defaults/exclusionList');
const escape = require('escape-string-regexp');
const pak = require('../package.json');

Expand Down
1 change: 1 addition & 0 deletions exampleExpo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"expo-blur": "~11.1.0",
"expo-constants": "~13.1.1",
"expo-status-bar": "~1.3.0",
"metro-config": "^0.71.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
Expand Down
2 changes: 1 addition & 1 deletion exampleExpo/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');
const createExpoWebpackConfigAsync = require('@expo/webpack-config');
const { resolver } = require('../metro.config');
const { resolver } = require('./metro.config');

const root = path.resolve(__dirname, '..');
const node_modules = path.join(__dirname, 'node_modules');
Expand Down
Loading

0 comments on commit a01abd0

Please sign in to comment.