Eli Perkins
207a5cc0b6
Fix typo in deep linking schema ( #204 )
...
This matches the rest of the definitions of the URI schema later on in the documentation and examples.
2017-02-07 08:39:10 -08:00
Mark Florisson
77ec01296f
Elaborate on how to use the reset action in docs ( #213 )
2017-02-07 08:38:54 -08:00
Mike Grabowski
c35a7065b8
Revert "Better back button label" ( #203 )
2017-02-06 19:24:18 +01:00
Emiel Mols
fa826bfe17
Fix withCachedChildNavigation recreating the child navigations each time ( #201 )
2017-02-06 22:48:20 +05:30
Emiel Mols
33767311ae
createNavigationContainer: cache previously used navigation when stateful ( #202 )
...
Prevents unnecessary creating new navigation objects when the container is passing through other props that are changing
2017-02-06 22:42:33 +05:30
Jakub Stasiak
aead8ff9fb
Add withNavigation HOC ( #137 )
2017-02-06 18:58:04 +05:30
Jason Sendros
d2fc150f69
Replace usage of label with title prop for Buttons ( #194 )
2017-02-06 08:29:11 +05:30
Satyajit Sahoo
125159040c
Regenerate yarn.lock and tweak circle config
2017-02-06 07:34:15 +05:30
Satyajit Sahoo
7ebca1a494
Regenerate yarn.lock
2017-02-06 04:46:31 +05:30
Mike Grabowski
677625ef6a
Better back button label ( #158 )
2017-02-05 19:49:18 +05:30
Daniel Hood
6411075257
Allow labelStyle to override tab label color ( #181 )
2017-02-05 07:28:50 +05:30
Daniel Hood
eece5ad56a
Add titleStyle to header ( #176 )
2017-02-05 03:42:33 +05:30
Elliott Ro
00b76c5423
Clarify nav prop dispatch doc ( #162 )
2017-02-05 02:36:18 +05:30
Jakob Hilden
8d722f43e9
Implement labelStyle
for TabBarBottom
( #173 )
2017-02-04 18:03:38 +05:30
Sagiv Ofek
567b99a2d8
Docs: add info about calling nav from same level component ( #122 )
...
* Use es6 default values for initial state
* Docs: add info about calling nav from same level component
* Docs: add info about calling nav from same level component update
2017-02-03 09:03:26 -08:00
Alejandro Garcia
17522c8b8f
Fixed typo in HelloHybrid for ios ( #151 )
...
* Fixed typo in HelloHybrid for ios
* Use state.navState to get routeName in HelloHybrid example for ios
2017-02-02 08:41:15 -08:00
Matteo Mazzarolo
8bbe951e5b
Fixed reset action docs ( #157 )
...
- Added the index
- Actions is now an array
Related to https://github.com/react-community/react-navigation/issues/59#issuecomment-276972783
2017-02-02 08:40:02 -08:00
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
Leo Nikkilä
b07ba79d89
Fix back button tinting ( #144 )
2017-02-02 03:56:03 +05:30
Jeff Carbonella
2e6f7a015f
Use redux constants and action creator functions ( #120 )
2017-02-02 02:57:51 +05:30
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
Elliot Hesp
736d0db732
Support label as component in TabNavigator ( #128 )
2017-02-01 17:10:10 +05:30
Nicolas Beck
5d5d83c582
fixed initialRouteName documentation ( #121 )
...
https://github.com/react-community/react-navigation/issues/119
2017-01-31 18:26:42 -08:00
Alexey Pronevich
68658c49f2
Update Guide-Headers.md ( #114 )
...
this.props must be in render
2017-01-31 17:17:50 +01:00
Kees Kluskens
4c45063662
Fix typo in screen navigation prop ( #111 )
2017-01-31 19:17:28 +05:30
Nicolas Charpentier
05bb7e8a64
Add npm badge and change circleci style to shield ( #103 )
2017-01-31 08:48:02 +05:30
Taylor Hurt
43957b298e
Fix typos and corrections in header guide ( #102 )
2017-01-31 08:47:43 +05:30
Ferran Negre
d0582d205d
Set up Jest to be able to test RN UI components ( #96 )
2017-01-31 08:43:24 +05:30
Ferran Negre
123bce5402
Added drawerPosition
prop to DrawerView. Fixes #87 ( #89 )
2017-01-30 22:14:57 +05:30
Steviey
c5720cafb4
Added nodes.js cross platform file separator ( #69 )
2017-01-28 20:36:13 -08:00
Satyajit Sahoo
11e98b15d2
Make sure inputRange has at least 2 values. Fixes #62
2017-01-28 23:34:02 +05:30
Satyajit Sahoo
56e12d6651
Update react-native-tab-view. Fixes #63
2017-01-28 23:34:02 +05:30
Satyajit Sahoo
eb16d0a8fe
Update react-native-tab-view
...
Fixed scrollview's style so it doesn't need layout 6ef48ed529
Fixes #50
2017-01-28 16:03:52 +05:30
Michael Guida
af7c3a3324
Fix 'setting the header title' example ( #56 )
2017-01-28 16:03:36 +05:30
Satyajit Sahoo
1fa38c2af8
Fix drawer rendering wrong route ( #46 )
2017-01-28 00:44:43 +05:30
Sagiv Ofek
11cb99d8f6
Use es6 default values for initial state ( #44 )
2017-01-28 00:38:22 +05:30
jamesmbowler
bacc023385
Fix minor typos ( #43 )
2017-01-28 00:21:49 +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
Phil Rajchgot
c34a6d5682
Remove typo from router docs ( #39 )
2017-01-27 21:26:38 +05:30
Antoine Lucas
7c1a95d7a9
Fix code's string to be coherent with screenshot ( #22 )
2017-01-27 15:56:19 +00:00
Hilke Heremans
9983ced4ee
withCachedChildNavigation: show component name ( #32 )
...
When a component is wrapped with the withCachedChildNavigation, the component name was not always displayed. This fixes that which facilitates debugging.
2017-01-27 20:09:31 +05:30
Mateusz Zatorski
e4f4575104
Update the guide for Default Navigation Options ( #25 )
2017-01-27 19:48:01 +07:00
Mike Grabowski
23ca61679d
Replace header.bar with headerComponent
2017-01-27 17:42:12 +05:30
Mike Grabowski
a60607385b
Allow CardStack default header to receive a custom style
2017-01-27 17:42:12 +05:30
Hilke Heremans
d9a008f000
Correct Redux example with addNavigationHelpers ( #24 )
2017-01-27 17:24:40 +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
Ashish Chaudhary
fa145dd518
Update Screen-Navigation-Prop.md ( #19 )
2017-01-26 23:41:24 -08:00
lintonye
ddb2107acd
Use 0.99-cliff in inputRange ( #17 )
2017-01-26 23:41:01 -08:00