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:
parent
04b3b52726
commit
2880f1aec0
|
@ -55,7 +55,7 @@ var AccessibilityIOSExample = React.createClass({
|
|||
},
|
||||
});
|
||||
|
||||
exports.title = 'AcccessibilityIOS';
|
||||
exports.title = 'AccessibilityIOS';
|
||||
exports.description = 'Interface to show iOS\' accessibility samples';
|
||||
exports.examples = [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue