[Docs] Add note about build being required for any change to Images.xcassets

This commit is contained in:
Brent Vatne 2015-05-25 12:57:54 -07:00
parent c2aa16607f
commit 1586f3114c
1 changed files with 4 additions and 0 deletions

View File

@ -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.*