mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
50309c984d011fbe3fcf4e53b8afae728742966a
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.
Languages
C++
33%
Kotlin
20%
JavaScript
18.6%
Objective-C++
11.5%
Objective-C
7.1%
Other
9.7%