From 8d592650c959589ef5eaa7dde88ad2bc22d3b75a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Bigio?= Date: Mon, 19 Oct 2015 19:07:34 -0400 Subject: [PATCH] Update rn-cli.config.js --- local-cli/generator/templates/rn-cli.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/local-cli/generator/templates/rn-cli.config.js b/local-cli/generator/templates/rn-cli.config.js index 18e2e92698..5c081ba436 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 []; },