diff --git a/src/utilities.js b/src/utilities.js index 7dee56e..78dd9e6 100644 --- a/src/utilities.js +++ b/src/utilities.js @@ -37,7 +37,7 @@ module.exports = { const project = this.getClosestLikelyReactNativeProjectPath(); if (!project) return callback(new Error('Unable to find project path.')); - glob(path.join(project, pattern), { follow: true }, (err, files) => { + glob(path.join(project, pattern), { follow: false }, (err, files) => { if (err) return callback(err); // Go through each project.