diff --git a/local-cli/generator/templates/rn-cli.config.js b/local-cli/generator/templates/rn-cli.config.js index 18e2e9269..5c081ba43 100644 --- a/local-cli/generator/templates/rn-cli.config.js +++ b/local-cli/generator/templates/rn-cli.config.js @@ -8,7 +8,9 @@ var config = { }, getAssetRoots() { - // speficy where to look for assets + // Speficy where to look for assets that are referenced using `image!`. + // Asset directories for images referenced using `./` don't require + // any entry in here. return []; },