From 1712a79cc4dc9ca8ec2286cc572bc3ffa35afdb9 Mon Sep 17 00:00:00 2001
From: Travis CI
When your entire codebase respects this convention, you're able to do interesting things like automatically packaging the assets that are being used in your app. Note that in the current form, nothing is enforced, but it will be in the future.

NOTE: App build required for new resources
Any time you add a new resource to
Images.xcassetsyou 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
+<Image source={icon} /> When your entire codebase respects this convention, you're able to do interesting things like automatically packaging the assets that are being used in your app. Note that in the current form, nothing is enforced, but it will be in the future. NOTE: App build required for new resources Any time you add a new resource to This process is currently being improved, a much better workflow will be
available shortly. Many of the images you will display in your app will not be available at compile time, or you will want to load some dynamically to keep the binary size down. Unlike with static resources, you will need to manually specify the dimensions of your image.Adding Static Resources to your App using Images.xcassets #

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.Network Resources #