From f59e1851764350790975e55d1148b192c38c15a2 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Sun, 3 May 2020 18:56:29 -0400 Subject: [PATCH] cleanup example template metro config arguments remove arguments not needed --- templates/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/example.js b/templates/example.js index 1a588178..a9bbfb6d 100644 --- a/templates/example.js +++ b/templates/example.js @@ -119,7 +119,7 @@ module.exports = [{ // metro.config.js workarounds needed in case of `exampleFileLinkage: false`: name: ({ exampleName, exampleFileLinkage }) => exampleFileLinkage ? undefined : `${exampleName}/metro.config.js`, - content: ({ moduleName, exampleName }) => `// metro.config.js + content: () => `// metro.config.js // // with multiple workarounds for this issue with symlinks: // https://github.com/facebook/metro/issues/1