From e6fb741eb6fd5f06e25142e0ba337d9c4704d91b Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Mon, 9 Nov 2015 20:02:16 +0800 Subject: [PATCH] Update Images.md there is no screenshot above --- docs/Images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Images.md b/docs/Images.md index a8e440363..d75e0caf1 100644 --- a/docs/Images.md +++ b/docs/Images.md @@ -101,7 +101,7 @@ iOS saves multiple sizes for the same image in your Camera Roll, it is very impo *In React Native* this behavior is intentionally not implemented. It is more work for the developer to know the dimensions (or aspect ratio) of the remote image in advance, but we believe that it leads to a better user experience. Static images loaded from the app bundle via the `require('./my-icon.png')` syntax *can be automatically sized* because their dimensions are available immediately at the time of mounting. -For example, the result of `require('./my-icon.png')` from the above screenshot: +For example, the result of `require('./my-icon.png')` might be: ```javascript {"__packager_asset":true,"path":"/Users/react/HelloWorld/my-icon.png","uri":"my-icon.png","width":591,"height":573}