mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-04 17:27:53 +08:00
Summary:
Usage example:
```javascript
var AwesomeProject = React.createClass({
render: function() {
return (
<NavigatorIOS
style={styles.navigator}
navigationBarHidden={true}
initialRoute={{
component: Example,
title: 'Test'
}}
/>
);
}
});
```
Closes https://github.com/facebook/react-native/pull/374
Github Author: Kureev Alexey <kureev-mail@ya.ru>
Test Plan: Imported from GitHub, without a `Test Plan:` line.