Satyajit Sahoo
5acc07b9b0
chore: use release-it for automated release ( #5115 )
2018-10-15 11:49:48 -07:00
Eric Vicenti
89af1a6917
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
df1728e13b
Copy native support to @react-navigation/native
2018-10-11 20:47:20 -07:00
Eric Vicenti
b331dea1a1
Extract core codebase to @react-navigation/core
2018-10-11 14:48:58 -07:00
Brent Vatne
200f596461
Add RNGH as a dependency of react-navigation
2018-10-11 12:53:49 -07:00
Brent Vatne
9e1982d8a8
Bump navigator dependencies to alpha versions
2018-10-11 12:48:47 -07:00
Brent Vatne
6b4d92ca4d
Release 2.17.0
2018-09-25 18:56:44 -07:00
Brent Vatne
b14262c2ef
Release 2.16.0
2018-09-19 16:46:05 -07:00
Brent Vatne
f892526e7b
Update react-native-safe-area-view to 0.11.0
2018-09-19 11:23:51 -07:00
Brent Vatne
1afdb799fc
Release 2.14.2
2018-09-14 15:30:56 +02:00
Brent Vatne
aa94038190
Update react-navigation-stack
2018-09-14 12:59:30 +02:00
Brent Vatne
dd3ce66120
Release 2.14.0
2018-09-12 16:47:03 +02:00
Brent Vatne
82754d41d9
Bump react-navigation-stack to 0.4.0
2018-09-12 16:40:13 +02:00
Brent Vatne
ffd1865485
Bump react-navigation-stack and react-navigation-tabs
2018-09-06 15:06:34 -07:00
Cameron Knight
14eb5a1e75
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
Brent Vatne
27eb73cc14
Release 2.12.1
2018-08-23 16:29:12 -07:00
Brent Vatne
556c31626e
Update react-navigation-stack, export HeaderStyleInterpolator, and add example of using it to playground
2018-08-22 17:16:39 -07:00
Brent Vatne
73c76f1e4b
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
a118122aed
Update react-navigation-[tabs&drawer]
2018-08-02 13:02:01 -07:00
Eric Vicenti
4e384f8057
Routers: Deep Linking Overhaul ( #4590 )
...
* deep linking overhaul
* clean up PlatformHelpers
this had previously been required for old versions of react native and react-native-web
2018-06-29 07:27:12 -07:00
Brent Vatne
cad3d70aed
Update react-navigation-drawer to 0.4.3
2018-06-27 17:27:58 -07:00
Brent Vatne
fb8c712ad8
Update react-navigation-drawer to 0.4.2 to fix toggle regression
2018-06-23 11:01:47 -07:00
Brent Vatne
08c8031a71
Release 2.5.0
2018-06-22 10:32:11 -07:00
Brent Vatne
dde091848a
Release 2.4.1
2018-06-20 15:35:07 -07:00
Brent Vatne
c518e7f36c
Improve example
2018-06-20 13:51:34 -07:00
Brent Vatne
98a4f26f26
Bump react-navigation-drawer. Fixes #4416
2018-06-08 16:27:36 -07:00
Brent Vatne
bf58364c3d
Bump react-navigation-drawer
2018-06-06 14:34:42 -07:00
Brent Vatne
9abb2644a9
Bump react-navigation-tabs and rebuild yarn.lock
2018-06-06 13:24:29 -07:00
Brent Vatne
45391db7d9
Move all drawer code into react-navigation-drawer ( #4435 )
...
* Move all drawer code into react-navigation-drawer
* Remove react-native-drawer-layout-polyfill from package.json
2018-06-06 12:11:28 -07:00
Brent Vatne
99605737e9
Bump react-navigation-tabs to latest
2018-06-05 12:20:47 -07:00
Brent Vatne
aa3c13891e
Bump some versions
2018-05-25 15:26:25 -07:00
Brent Vatne
1ceda5f04d
Update react-navigation-deprecated-tab-navigator. Closes #4147
2018-05-07 11:13:34 -07:00
Brent Vatne
ad7cde9eb9
Release 2.0.0-rc.9
2018-05-04 11:16:34 -07:00
Brent Vatne
2643f690a9
Pull createMaterialBottomTabNavigator into separate repo
2018-05-04 11:06:51 -07:00
Brent Vatne
eda9bfd567
Update react-lifecycles-compat
2018-05-04 10:10:28 -07:00
Brent Vatne
42bb1cc317
Release 2.0.0-rc.4
2018-04-25 17:04:15 -07:00
Brent Vatne
270c3f0754
Bump react-navigation-tabs dependency
2018-04-04 19:33:51 -07:00
Brent Vatne
029d6ac4d2
Update react-navigation-tabs
2018-04-04 18:17:57 -07:00
Brent Vatne
be524e4224
Release 2.0.0-beta.5
...
- Update react-navigation-tabs
2018-03-22 20:52:47 -07:00
Brent Vatne
aa362ea776
Release 2.0.0-beta.2
2018-03-19 13:06:49 -04:00
Brent Vatne
e6559f5878
Add react-native-tabs as export from react-navigation
2018-03-18 17:50:02 -04:00
Eric Vicenti
aee16b91a4
Improve consistency of jest version
...
Hopefully will fix build on Circle
2018-03-16 16:21:17 -07:00
Brent Vatne
ae8cd41396
Deprecate TabNavigator in favor of react-navigation-tabs
2018-03-15 13:31:41 -07:00
Michał Pierzchała
fcbf78e658
feat(context): refactor passing navigation context ( #3668 )
...
* feat(context): refactor passing navigation context
* remove commented code in example
* adjust src/views/withNavigationFocus.js
* refactor stuff
* extract scene to variable
* Add test
* Apply CR comments
* remove junk
* bring back screen mode header
2018-03-15 10:55:00 -07:00
Brent Vatne
81a86fa091
Swap addListener out for isFocused prop on ResourceSavingSceneView ( #3700 )
2018-03-09 10:55:00 -08:00
Michał Pierzchała
416fe58cab
Move contributing guide to CONTRIBUTING.md ( #3631 )
2018-03-01 10:11:30 -08:00
Brent Vatne
5b4d11ab5d
Better orientation layout on playground
2018-02-12 11:53:23 -08:00
Dave Pack
cf36f22e68
Sync and switch SafeAreaView with standalone ( #3452 )
...
* add react-native-safe-area-view npm package
* remove local SafeAreaView, import from package in views
* update to latest react-native-safe-area-view
* update snapshots
2018-02-07 17:32:06 -08:00
Brent Vatne
dc06c50966
Update yarn.lock
2018-02-02 12:33:53 -08:00
Ashoat Tevosyan
d1d81d7033
Update to RN 0.52 and Expo 25 ( #3383 )
...
* Update to RN 0.52 and Expo 25
* Rerecord snapshots for failing Jest tests
* jest-expo@25.1.0-beta.0
* jest-expo@25.1.0
2018-01-30 10:22:20 -08:00