Ville Immonen
c384e3371c
Add a config to override the truncated back title ( #1137 )
...
Fixes #1136 .
2017-04-22 08:26:31 +02:00
Edwin Tsatsu
c5f8c8b34d
removed reptiton of headerBackTitle text ( #1076 )
2017-04-17 07:15:06 -07:00
Mike Grabowski
4c55887990
Fix regressions in Header ( #1027 )
...
* Fix warnings and errors with Header
* bring back deleted docs
* headerLeft can be null
2017-04-13 22:56:42 +02:00
Mike Grabowski
93976d358e
Introducing flat options ( #984 )
...
* Initial commit
* Remove HybridExample (#985 )
* Remove HybridExample
* Remove last mention of HelloHybrid
* Remove console log
* Fix flow and example
* Fix routers api docs
* Keep options in single place
* chore
* Fix styling
* Organise miscs
* Better flow type for screen options
* Flow test website and add more types to options
* navigationOptions instead of prevOptions makes more sense
* Fixes
* Fix up docs
* Fix
* Update route decl
* Provide error when removed API is used
* Remove lock
* Add validators
* Make StacksOverTabs config valid again
* Do not return
* Fix redbox
2017-04-12 15:49:08 -07:00
Jamie Parkinson
31c538413e
Add pressColor to StackNavigator header options ( #926 )
...
* Add pressColor to StackNavigator header options
* Rename pressColor -> pressColorAndroid for StackNavigator
2017-04-07 09:02:43 -07:00
Mike Grabowski
71e8c95b34
Add React.Element support for TabBar/Drawer and fix docs ( #451 )
...
* Initial impl
* Fix up some docs and support more for drawer
* Fix comments
* Support TabBar
* Make flow more correct
* Clarify even more
* Rename all the things lol
* Also rename renderLabel to getLabel
2017-02-23 20:39:11 +05:30
Ashoat
2d0a7fa4ed
Make it possible for a screen to set gesturesEnabled ( #385 )
...
Closes #292
2017-02-21 02:52:15 +05:30
Mike Grabowski
79f21277cb
Add back button label to header ( #257 )
2017-02-20 05:09:56 +05:30
kameyin
fe968c2003
React Native Buttons use title, not label.
2017-02-09 13:10:54 +05:30
William Schurman
b9bc386a4b
Pass through screenProps to nested navigators
...
This changes the behaviour of screenProps so that the props no longer get splatted.
Components will receive this as `this.props.screenProps`.
2017-02-09 01:27:56 +05:30
juhasuni
307632b575
Expose onTransitionStart/End props to StackNavigator ( #230 )
...
* Add onTransitionStart/End options to StackNavigator 'stackConfig'
* Add documentation for onTransitionStart/End options
* Define onTransitionStart/End props optional
2017-02-08 08:53:41 -08:00
Daniel Hood
eece5ad56a
Add titleStyle to header ( #176 )
2017-02-05 03:42:33 +05:30
juhasuni
a64eb46c9c
Add support for cardStyle prop ( #106 )
...
* Add support for cardStyle prop
* Add documentation for cardStyle prop
2017-02-01 19:31:24 -08:00
Jeremy Lu
b805978d9b
Add screenProps
example and improve docs ( #101 )
2017-02-02 02:57:05 +05:30
Mike Grabowski
7a20389e04
Refactor header, tintColor support, redesign iOS back button ( #109 )
2017-02-02 02:50:12 +05:30
Gustavo Machado
5f4c335e51
Minor fix in the "Screen Navigation Options" sample (state undefined) ( #41 )
...
The current code as it was, depended on the "state" param, but the title was being defined as a string template literal.
2017-01-27 23:12:42 +05:30
Mike Grabowski
7c0fcc6cf5
Add header.left property ( #29 )
...
* Add header.left property
* Add docs
* Updates
* Update
* Remove unused param
* Update'
* fix
* Make sure to guard undefined defaultProps
2017-01-27 16:48:26 +00:00
Mike Grabowski
a60607385b
Allow CardStack default header to receive a custom style
2017-01-27 17:42:12 +05:30
Mike Grabowski
0c99035562
Implement default navigationOptions
( #1 )
...
* Bring back 222 impl.
* Add it for TabNavigator
* Fix eslint issues and flow in the file
* First attempt at the docs
* Include docs
* Fix some typos
2017-01-27 11:33:03 +00:00
Adam Miskiewicz
b5c485d841
reactjs/react-navigation -> react-community/react-navigation
2017-01-26 13:16:26 -08:00
Adam Miskiewicz
c37ad8a0a9
Initial public release of React Navigation
2017-01-26 11:53:33 -08:00