Files
react-native/Libraries
Kureev Alexey 50309c984d NavigatorIOS navigationBarHidden property support
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.
2015-04-09 08:46:14 -08:00
..
2015-04-08 08:34:10 -08:00
2015-03-24 13:27:00 -08:00
2015-03-25 11:09:54 -08:00
2015-03-25 11:09:54 -08:00
2015-04-08 08:34:10 -08:00
2015-03-26 10:13:38 -08:00
2015-04-08 08:34:10 -08:00
2015-04-08 08:34:10 -08:00
2015-04-09 07:34:12 -08:00
2015-04-08 08:34:10 -08:00