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 |
Basil Hosmer
|
95deed578c
|
flowified Libraries from Avik
|
2015-03-25 12:44:28 -08:00 |
Christopher Chedeau
|
e1ef0328d9
|
[ReactNative] Expanded license on js files
|
2015-03-23 13:17:54 -08:00 |
Spencer Ahrens
|
9086365faf
|
[ReactNative] Strip prefixes from NativeModules keys
|
2015-03-17 21:54:27 -08:00 |
Spencer Ahrens
|
b396de3cc8
|
[ReactNative] s/RK/RCT in OSS
|
2015-03-17 02:48:57 -08:00 |
Christopher Chedeau
|
f61e4184a8
|
[ReactNative] s/View.stylePropType/View.propTypes.style/
|
2015-03-09 09:49:27 -08:00 |
Christopher Chedeau
|
d8e83c882e
|
[ReactNative] Move around and reformat comments for the documentation
|
2015-03-09 09:49:24 -08:00 |
Nick Lockwood
|
3b11b9d6c3
|
[WIP] Migrated View Managers over to new architecture
|
2015-03-01 16:34:14 -08:00 |
Spencer Ahrens
|
efae175a8e
|
[react-packager][streamline oss] Move open sourced JS source to react-native-github
|
2015-02-19 21:25:11 -08:00 |