From bc64f26a7a39ee364526d7e47bbd32855eca89be Mon Sep 17 00:00:00 2001 From: Andrei Coman Date: Tue, 1 Sep 2015 16:46:28 -0100 Subject: [PATCH] [ReactNative][SyncDiff] Add border example --- Examples/UIExplorer/BorderExample.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 (