diff --git a/Examples/UIExplorer/ImageExample.js b/Examples/UIExplorer/ImageExample.js index eb13b16b012c46..1a9af6c877cd6a 100644 --- a/Examples/UIExplorer/ImageExample.js +++ b/Examples/UIExplorer/ImageExample.js @@ -187,6 +187,20 @@ exports.examples = [ }, platform: 'ios', }, + { + title: 'defaultSource', + description: 'Show a placeholder image when a network image is loading', + render: function() { + return ( + + ); + }, + platform: 'ios', + }, { title: 'Border Color', render: function() {