From 1586f3114c7ee0123229662b3cdd28f0dff7e891 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Mon, 25 May 2015 12:57:54 -0700 Subject: [PATCH] [Docs] Add note about build being required for any change to Images.xcassets --- docs/Image.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Image.md b/docs/Image.md index 5b3072017d..b2593c5550 100644 --- a/docs/Image.md +++ b/docs/Image.md @@ -21,6 +21,10 @@ When your entire codebase respects this convention, you're able to do interestin ![](/react-native/img/StaticImageAssets.png) +> **NOTE**: App build required for new resources +> +> Any time you add a new resource to `Images.xcassets` you will need to re-build your app through XCode before you can use it - a reload from within the simulator is not enough. + *This process is currently being improved, a much better workflow will be available shortly.*