Fixed arguments to StatusBarIOS.setStyle in the NavigatorIOSColorExample

Summary:
- Followup of 45d8fb0ef6
Closes https://github.com/facebook/react-native/pull/1558
Github Author: Prathamesh Sonpatki <csonpatki@gmail.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
Prathamesh Sonpatki 2015-06-11 11:06:33 -07:00 committed by Spencer Ahrens
parent 373854a47f
commit f500a81afe
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ var AccessibilityIOSExample = React.createClass({
},
});
exports.title = 'AcccessibilityIOS';
exports.title = 'AccessibilityIOS';
exports.description = 'Interface to show iOS\' accessibility samples';
exports.examples = [
{