287 Commits

Author SHA1 Message Date
juhasuni
ac8260874a Set numberOfLines to 1 for HeaderTitle (#260) 2017-02-09 20:11:18 +05:30
Li Lin
163d5e4c07 Add code sample for google analytics integration (#107) 2017-02-09 19:40:16 +05:30
Satyajit Sahoo
b82b8c4b3c Bump version number v1.0.0-beta.3 2017-02-09 19:33:44 +05:30
Satyajit Sahoo
1f80d98112 Show screen props warning only once. Fixes #258 2017-02-09 19:32:59 +05:30
Hilke Heremans
73426e8015 Add clarification for Redux <-> Nested Navigators (#26)
* Add clarification for Redux <-> Nested Navigators

See also https://github.com/react-community/react-navigation/issues/16

* Update per comments

* Update per comments in PR #26
2017-02-09 10:28:19 +01:00
kameyin
fe968c2003 React Native Buttons use title, not label. 2017-02-09 13:10:54 +05:30
James Long
a01e88f7c4 Update Transitioner.md
This API must have changed; after pulling from master I needed to update my code.
v1.0.0-beta.2
2017-02-09 02:32:17 +05:30
Satyajit Sahoo
1247806f9b Make compatible with webpack (#244) 2017-02-08 13:00:58 -08:00
Satyajit Sahoo
752d876994 Bump version number 2017-02-09 01:39:38 +05:30
Satyajit Sahoo
f72f5d3a9c Fix tintColor in example 2017-02-09 01:37:54 +05:30
Satyajit Sahoo
42ead04d9a Remove with navigation example 2017-02-09 01:36:27 +05:30
Satyajit Sahoo
1eabc0636b Updated react-native-tab-view
This fixes a bug where React Native Tab View was trying to keep state in sync, but state was updating at a slower speed.
2017-02-09 01:31:22 +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
Satyajit Sahoo
797833a69a Make tabBar visible when no config is gived. Fixes #239 2017-02-09 01:22:54 +05:30
Mike Grabowski
8e8c4fb9a1 Fixes several back button issues (#237)
* Disable header back button label as the feature is still wip

* Fix icon size
2017-02-08 23:38:06 +05:30
kylpo
acc893d8e8 Add showLabel prop to tabBarBottom (#234) 2017-02-08 22:24:02 +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
microwavesafe
c4787a4bbb Add SetParams handling in TabRouter.js (#132) 2017-02-08 16:16:19 +05:30
Daniel Hood
5501bcdb44 Allow Transitioner to queue single animation (#191)
remove some extra spaces

use navigationScene type

fix index race condition
2017-02-07 14:19:27 -08:00
microwavesafe
edad95a96d Add visible param to TabBar (#152) 2017-02-08 02:51:37 +05:30
Taylor Hurt
1c6c4c4c29 Update Screen-Nav-Options.md (#218)
fix link
2017-02-08 02:31:46 +05:30
Harkirat Saluja
80016d2fe8 Update DrawerNavigator.md (#212)
Button requires a title prop, and its same in other pages(tabbarNavigator, stackbarNavigator) but here it is label.
2017-02-08 00:23:44 +05:30
Sibelius Seraphini
eabec0d3b8 fix typo on HybridContainer (#185) 2017-02-07 08:39:21 -08:00
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