From f500a81afe2f1db1f561dd7433b371ffc95e3ee7 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Thu, 11 Jun 2015 11:06:33 -0700 Subject: [PATCH] Fixed arguments to StatusBarIOS.setStyle in the NavigatorIOSColorExample Summary: - Followup of https://github.com/facebook/react-native/commit/45d8fb0ef64a8a41929d61fe822a64c2febe5455 Closes https://github.com/facebook/react-native/pull/1558 Github Author: Prathamesh Sonpatki Test Plan: Imported from GitHub, without a `Test Plan:` line. --- Examples/UIExplorer/AccessibilityIOSExample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/AccessibilityIOSExample.js b/Examples/UIExplorer/AccessibilityIOSExample.js index c22c349bb1..1a86e54597 100644 --- a/Examples/UIExplorer/AccessibilityIOSExample.js +++ b/Examples/UIExplorer/AccessibilityIOSExample.js @@ -55,7 +55,7 @@ var AccessibilityIOSExample = React.createClass({ }, }); -exports.title = 'AcccessibilityIOS'; +exports.title = 'AccessibilityIOS'; exports.description = 'Interface to show iOS\' accessibility samples'; exports.examples = [ {