Commit Graph

2225 Commits

Author SHA1 Message Date
Serge Lebedev
3d6460af8e [flow] Mark key in StackActions.replace as optional (#5073) 2018-10-11 00:27:00 +06:00
Eric Vicenti
797a535708 Introduce getActiveChildNavigationOptions (#5080)
This is a utility to allow navigationOptions definition functions to access the navigation options of the active child route, which allows people to replicate the v1 behavior of deep nav configuration.
2018-10-09 15:37:57 -07:00
Ashoat Tevosyan
c49d3a1289 [flow] Update StackViewConfig to match recent changes (#5067) 2018-10-09 14:56:28 -04:00
Julian Paas
5be41dc134 Removes drawer actions from react-navigation-web (#4549)
* Removes drawer actions from react-navigation-web

* Lint fix
2018-10-03 18:44:28 -04:00
Nicolas Charpentier
be0dc597a7 Add disableRouteNamePaths option to router configs (#4824)
* Add routeNameAsPathDisabled prop to router config

* Rename option to disableRouteNamePaths

* Update PathHandling-test.js
2018-10-03 13:11:34 -04:00
Badr Rahal
abe07200e6 Removed unused imports and const declarations (#5053) 2018-10-01 21:12:36 +02:00
Brent Vatne
e979e3e688 Release 2.17.0 2018-09-25 18:56:13 -07:00
Vojtech Novak
54b026ed72 Update CHANGELOG.md (#5023) 2018-09-24 18:36:22 +02:00
Vojtech Novak
a7c4427824 add dangerouslyGetParent() to flow typings (#5014)
* add dangerouslyGetParent() to flow typings

* Update CHANGELOG.md
2018-09-21 01:44:49 +02:00
Brent Vatne
92c4f06036 Release 2.16.0 2018-09-19 16:45:07 -07:00
Eric Vicenti
c4c18bd8cb Custom Tabs UI Example (#4996)
* Custom Tabs UI Example

* Clean up and add SafeAreaView
2018-09-19 12:15:34 -07:00
Brent Vatne
f76e37df76 Release 2.15.0 2018-09-19 11:27:30 -07:00
Brent Vatne
5cfebff3cb Update react-native-safe-area-view to 0.11.0 2018-09-19 11:23:51 -07:00
Brent Vatne
64aa159f69 Release 2.14.2 2018-09-14 15:30:56 +02:00
Brent Vatne
9ff32ee009 Release 2.14.1 2018-09-14 13:03:47 +02:00
Brent Vatne
56e1050947 Update react-navigation-stack 2018-09-14 12:59:30 +02:00
Brent Vatne
7222d2bff1 Update playground to expo sdk 30 and add commented out screens option in App.js 2018-09-14 11:48:34 +02:00
Brent Vatne
d7afc3975f Release 2.14.0 2018-09-12 16:47:03 +02:00
Brent Vatne
6d04c5b497 Bump react-navigation-stack to 0.4.0 2018-09-12 16:39:52 +02:00
Thibault Malbranche
ccb8e527ce Bump Safe-Area-View to remove circular dependency. (#4980)
* Bump Safe-Area-View to remove circular dependency.

React Native 0.57 now adds a yellowbox warning due to this package, bumping to solve

* Update CHANGELOG.md

* Update CHANGELOG.md
2018-09-12 16:39:22 +02:00
Brent Vatne
16e21be009 Release 2.13.0 2018-09-06 15:04:43 -07:00
Brent Vatne
563ddf73a8 Bump react-navigation-stack and react-navigation-tabs 2018-09-06 14:59:48 -07:00
Tom Spencer
dab0e1be21 Add missing types (#4836)
* Add missing types

* Added missing types to DrawerActions
2018-09-04 18:44:02 +01:00
Thibaut
86e5a464a7 Add missing StackNavigatorConfig option (#4917) 2018-09-04 19:42:46 +02:00
Rodolfo Silva
5d2f9aa63f Update CHANGELOG.md (#4923)
Change dependency version
2018-09-04 14:42:27 -03:00
Cameron Knight
290137938d Pin create-react-context at v0.2.2 (#4950)
Because `create-react-context` updated its license from MIT (read: Open
Source) to a more-restrictive, non-Open Source license without
appropriately bumping its major version in violation of semver, the
`create-react-context` version within `react-navigation` necessarily
needs to have its version pinned to a version of `create-react-context`
before the license change.

v0.2.2 is the most recent version of `create-react-context` that still
retains an Open Source license.

Note: Another solution to this would be to require `react` `16.3.x` or
higher, which includes the official `React.createContext` API without
need to rely on a third-party library.

Closes #4934
2018-09-04 10:41:42 -07:00
Rodrigo Bermúdez Schettino
9dd2740ddc CHANGELOG: Remove duplicate entry (#4909)
Issue link was missing in removed entry. Left the one with better format.
2018-08-27 21:00:04 +02:00
Brent Vatne
ee655bf295 Fix typo in issue template 2018-08-25 15:50:55 -07:00
Brent Vatne
5a1c6c043f Release 2.12.1 2018-08-23 16:29:12 -07:00
Brent Vatne
5958f9189f Release 2.12.0 2018-08-22 17:17:22 -07:00
Brent Vatne
11c5dc1d3a Update react-navigation-stack, export HeaderStyleInterpolator, and add example of using it to playground 2018-08-22 17:16:39 -07:00
Brent Vatne
4dc5083481 Fix drawer config in Drawer + Tabs example 2018-08-21 15:25:00 -07:00
Nicolas Charpentier
1a8e8e7c5b Remove duplicate private key (#4819)
A package can't be more private than that, so let's remove duplicates.
2018-08-21 19:13:22 -04:00
Kevin Coleman
c36abf0d6c Bump react-native-safe-area-view dep to 0.9.0 (#4810)
https://github.com/react-navigation/react-navigation/issues/3992
2018-08-08 00:23:51 +07:00
Brent Vatne
5245873052 Extract stack to react-navigation-stack (#4809)
* Extract stack to react-navigation-stack

* Update CHANGELOG

* Fix tests
2018-08-03 18:47:46 -07:00
Brent Vatne
90d1d69f2d Release 2.11.2 2018-08-03 15:45:27 -07:00
Brent Vatne
28416c0ab3 Undo pathUtils rename 2018-08-03 15:33:38 -07:00
Brent Vatne
859f071783 Release 2.11.1 2018-08-03 14:48:49 -07:00
Brent Vatne
ce7b1d79fe Fix a couple of exports and export a few more modules 2018-08-03 14:47:43 -07:00
Brent Vatne
c3821fbbe0 Release 2.11.0 2018-08-03 14:17:24 -07:00
Brent Vatne
646dd0d187 Export modules useful for moving stack navigator outside of core 2018-08-03 14:16:57 -07:00
Brent Vatne
64a429a8c8 Release 2.10.0 2018-08-02 13:01:39 -07:00
Brent Vatne
e3d3ef2289 Update react-navigation-[tabs&drawer] 2018-08-02 12:58:14 -07:00
Justin Parker
a3c3332334 Fixes bug where null doesn't work in routerOptions paths object for deeplinking (#4791)
* Add test for handling null path set on router

* Allow null paths on the router config

Previously if you specified `null` in the router `paths`, the logic would actually fall back to the `path` specified on the route, which is especially bad if the latter is undefined, because then the path would be set as the default of the routeName.
2018-08-01 04:12:49 -04:00
Brent Vatne
5df64dbe4e Add NavigationTestUtils and release 2.9.3 2018-07-26 15:48:24 -07:00
Brent Vatne
2e5da27420 Release 2.9.2 2018-07-25 11:52:39 -07:00
Tim Wang
66087fc7ff Export StackViewTransitionConfigs (#4761)
* export StackViewTransitionConfigs

* Add changelogs
2018-07-26 02:50:07 +08:00
Simone D'Avico
5ea116b163 Fix typo in header transition preset check (uitkit -> uikit) (#4757) 2018-07-25 20:49:24 +02:00
Yevhen
2ebedcfb87 Error when building with haul: ref to pathToRegexp.compile (#4658)
Error in source code that cause problem on react native using haul https://puu.sh/AT1uZ/158623d5a4.png
2018-07-25 21:28:05 +03:00
Brent Vatne
f39b8df3df Release 2.9.1 2018-07-24 10:49:56 -07:00