Commit Graph

2235 Commits

Author SHA1 Message Date
Eric Vicenti
0832704095 cleanup dependencies, SafeAreaView moved to native 2018-10-11 23:02:38 -07:00
Eric Vicenti
305b404cfe rename to createAppContainer, other deprecations
- rename createNavigationContainer to createAppContainer
- deprecate Transitioner import
- clean up old deprecated exports without create prefix
- rearrange
2018-10-11 22:40:21 -07:00
Eric Vicenti
f4a49b94d6 Fix playground 2018-10-11 20:58:39 -07:00
Eric Vicenti
15084e46a2 Copy native support to @react-navigation/native 2018-10-11 20:47:20 -07:00
Eric Vicenti
200926cde7 Extract core codebase to @react-navigation/core 2018-10-11 14:48:58 -07:00
Tien Pham
667822809c Fix unexpected route switching after the transition is complete (#5113) 2018-10-12 03:49:48 +07:00
Brent Vatne
e4b9bd452c Use dummy navigator instead of stack 2018-10-11 13:10:00 -07:00
Brent Vatne
e3ce4dae1e Add RNGH as a dependency of react-navigation 2018-10-11 12:53:49 -07:00
Brent Vatne
18c54eb690 Bump navigator dependencies to alpha versions 2018-10-11 12:48:47 -07:00
Brent Vatne
fc4bba9a76 navigationOptions in navigator config is renamed to defaultNavigationOptions. The new meaning of navigationOptions in navigator config is the navigation options for that navigator, not for screens inside of it. 2018-10-11 12:31:27 -07:00
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