diff --git a/Examples/UIExplorer/BorderExample.js b/Examples/UIExplorer/BorderExample.js index a9436108d..0370e69b2 100644 --- a/Examples/UIExplorer/BorderExample.js +++ b/Examples/UIExplorer/BorderExample.js @@ -26,12 +26,12 @@ var styles = StyleSheet.create({ }, border1: { borderWidth: 10, - borderColor: 'brown', + borderColor: '#a52a2a', }, borderRadius: { borderWidth: 10, borderRadius: 10, - borderColor: 'cyan', + borderColor: '#00ffff', }, border2: { borderWidth: 10, @@ -134,6 +134,7 @@ exports.examples = [ { title: 'Custom Borders', description: 'border*Width & border*Color', + platform: 'ios', render() { return ; } @@ -141,6 +142,7 @@ exports.examples = [ { title: 'Custom Borders', description: 'border*Width & border*Color', + platform: 'ios', render() { return ; } @@ -148,6 +150,7 @@ exports.examples = [ { title: 'Custom Borders', description: 'borderRadius & clipping', + platform: 'ios', render() { return (