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
parent 04b3b52726
commit 2880f1aec0
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 = [
{