diff --git a/Examples/UIExplorer/ImageExample.js b/Examples/UIExplorer/ImageExample.js index e0542cc2a76..4fb0722d854 100644 --- a/Examples/UIExplorer/ImageExample.js +++ b/Examples/UIExplorer/ImageExample.js @@ -25,6 +25,7 @@ var React = require('react-native'); var { Image, + Platform, StyleSheet, Text, View, @@ -425,16 +426,18 @@ exports.examples = [ source={image} /> - - - Center - - - + { Platform.OS === 'android' ? + + + Center + + + + : null } );