diff --git a/Examples/UIExplorer/TabBarIOSExample.js b/Examples/UIExplorer/TabBarIOSExample.js index 13f8e57da..12ca22e78 100644 --- a/Examples/UIExplorer/TabBarIOSExample.js +++ b/Examples/UIExplorer/TabBarIOSExample.js @@ -50,7 +50,7 @@ var TabBarExample = React.createClass({ return ( + barTintColor="#3abeff"> "]) { - return YES; - } + if ([view.accessibilityLabel isEqualToString:@""]) { + return YES; } return NO; }];