Skip to content

Commit

Permalink
Remove previous commented out metro config.
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j committed Oct 3, 2023
1 parent f72688d commit f1f33ab
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions examples/rn-todo-list/frontend/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,3 @@ const {getDefaultConfig, mergeConfig} = require('@react-native/metro-config');
const config = {};

module.exports = mergeConfig(getDefaultConfig(__dirname), config);


// TODO:
// =================== PREVIOUSLY USED CONFIGS: ===================

// const config = require('@realm/metro-config')({projectRoot: __dirname});

// // Prevent .js versions of files from being loaded in preference to TS
// config.resolver.sourceExts = ['json', 'ts', 'tsx', 'js', 'jsx'];

// module.exports = config;

// ================================================================

0 comments on commit f1f33ab

Please sign in to comment.