Skip to content

Instantly share code, notes, and snippets.

@6pm
6pm / metro.config.js
Last active June 10, 2020 08:50
metro.config.js
const path = require('path');
// react-native >= 0.57
const extraNodeModules = {
'qb-core': path.resolve(__dirname + '/../qb-core/'),
};
const watchFolders = [
path.resolve(__dirname + '/../qb-core/')
];