Skip to content

Commit

Permalink
Merge pull request #793 from renative-org/fix/abstract-metro-config
Browse files Browse the repository at this point in the history
use metro config abstraction
  • Loading branch information
pavjacko committed Jan 27, 2022
2 parents c821bc4 + 82ca24e commit 379da78
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/rnv/coreTemplateFiles/metro.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { withRNV } = require('@rnv/engine-rn');
const { withRNVMetro } = require('rnv');

const defaultConfig = {};

module.exports = withRNV(defaultConfig);
module.exports = withRNVMetro({});

0 comments on commit 379da78

Please sign in to comment.