Skip to content

Commit 22e3060

Browse files
committed
chore: publish
- @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected]
1 parent 8a835b3 commit 22e3060

File tree

20 files changed

+174
-19
lines changed

20 files changed

+174
-19
lines changed

packages/bottom-tabs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-alpha.42](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
13+
14+
15+
16+
617
# [5.0.0-alpha.40](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
718

819

packages/bottom-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"android",
1111
"tab"
1212
],
13-
"version": "5.0.0-alpha.41",
13+
"version": "5.0.0-alpha.42",
1414
"license": "MIT",
1515
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs",
1616
"main": "lib/commonjs/index.js",
@@ -30,7 +30,7 @@
3030
"clean": "del lib"
3131
},
3232
"dependencies": {
33-
"@react-navigation/routers": "^5.0.0-alpha.28",
33+
"@react-navigation/routers": "^5.0.0-alpha.30",
3434
"color": "^3.1.2",
3535
"react-native-iphone-x-helper": "^1.2.1"
3636
},

packages/compat/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-alpha.31](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
* throw when assigning or accessing the router property in compat ([944fa35](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/commit/944fa35ed4778ebc7fa7cd50092719cbd5bf3caf))
13+
14+
15+
16+
17+
618
# [5.0.0-alpha.29](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
719

820

packages/compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/compat",
33
"description": "Compatibility layer to write navigator definitions in static configuration format",
4-
"version": "5.0.0-alpha.30",
4+
"version": "5.0.0-alpha.31",
55
"license": "MIT",
66
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/compat",
77
"main": "lib/commonjs/index.js",
@@ -21,7 +21,7 @@
2121
"clean": "del lib"
2222
},
2323
"dependencies": {
24-
"@react-navigation/routers": "^5.0.0-alpha.28"
24+
"@react-navigation/routers": "^5.0.0-alpha.30"
2525
},
2626
"devDependencies": {
2727
"@types/react": "^16.9.17",

packages/core/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-alpha.40](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
* add warning when passing inline function to component prop ([fa4a959](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/fa4a959549ccd9dc2f9bd2ea495e99abdedc9f94))
13+
* tweak error messages for validation ([2243b45](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/2243b45cc1addf83727166d82736d214f181b1fb))
14+
15+
16+
### Features
17+
18+
* add `screens` prop for nested configs ([#308](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/issues/308)) ([b931ae6](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/b931ae62dfb2c5253c94ea5ace73e9070ec17c4a))
19+
* add useIsDrawerOpen hook ([#299](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/issues/299)) ([ecd68af](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/ecd68afb46a4c56200748da5e5fb284fa5a839db))
20+
* integrate with history API on web ([5a3f835](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/5a3f8356b05bff7ed20893a5db6804612da3e568))
21+
22+
23+
24+
25+
626
# [5.0.0-alpha.38](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
727

828

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react-native",
77
"react-navigation"
88
],
9-
"version": "5.0.0-alpha.39",
9+
"version": "5.0.0-alpha.40",
1010
"license": "MIT",
1111
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/core",
1212
"main": "lib/commonjs/index.js",

packages/drawer/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-alpha.44](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
* fix drawerType=back when drawer is on right ([9198597](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/9198597b7f0a34fbe3844ec86a8b82171036f8ed)), closes [#316](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/issues/316)
13+
* handle back button in drawer itself ([0e8fda3](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/0e8fda319685a34090cfe82da08084c156eb5783))
14+
* screens integration on Android ([#294](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/issues/294)) ([9bfb295](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/9bfb29562020c61b4d5c9bee278bcb1c7bdb8b67))
15+
* update screens for native stack ([5411816](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/54118161885738a6d20b062c7e6679f3bace8424))
16+
* wrap navigators in gesture handler root ([41a5e1a](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/41a5e1a385aa5180abc3992a4c67077c37b998b9))
17+
18+
19+
### Features
20+
21+
* add useIsDrawerOpen hook ([#299](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/issues/299)) ([ecd68af](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/ecd68afb46a4c56200748da5e5fb284fa5a839db))
22+
* integrate with history API on web ([5a3f835](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/5a3f8356b05bff7ed20893a5db6804612da3e568))
23+
24+
25+
26+
27+
628
# [5.0.0-alpha.42](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
729

830

packages/drawer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"material",
1212
"drawer"
1313
],
14-
"version": "5.0.0-alpha.43",
14+
"version": "5.0.0-alpha.44",
1515
"license": "MIT",
1616
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer",
1717
"main": "lib/commonjs/index.js",
@@ -31,7 +31,7 @@
3131
"clean": "del lib"
3232
},
3333
"dependencies": {
34-
"@react-navigation/routers": "^5.0.0-alpha.28",
34+
"@react-navigation/routers": "^5.0.0-alpha.30",
3535
"color": "^3.1.2",
3636
"react-native-iphone-x-helper": "^1.2.1"
3737
},

packages/material-bottom-tabs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-alpha.39](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
13+
14+
15+
16+
617
# [5.0.0-alpha.37](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
718

819

packages/material-bottom-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"material",
1212
"tab"
1313
],
14-
"version": "5.0.0-alpha.38",
14+
"version": "5.0.0-alpha.39",
1515
"license": "MIT",
1616
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs",
1717
"main": "lib/commonjs/index.js",
@@ -31,7 +31,7 @@
3131
"clean": "del lib"
3232
},
3333
"dependencies": {
34-
"@react-navigation/routers": "^5.0.0-alpha.28"
34+
"@react-navigation/routers": "^5.0.0-alpha.30"
3535
},
3636
"devDependencies": {
3737
"@react-native-community/bob": "^0.8.0",

packages/material-top-tabs/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-alpha.38](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
* wrap navigators in gesture handler root ([41a5e1a](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/commit/41a5e1a385aa5180abc3992a4c67077c37b998b9))
13+
14+
15+
16+
17+
618
# [5.0.0-alpha.36](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
719

820

packages/material-top-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"material",
1212
"tab"
1313
],
14-
"version": "5.0.0-alpha.37",
14+
"version": "5.0.0-alpha.38",
1515
"license": "MIT",
1616
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs",
1717
"main": "lib/commonjs/index.js",
@@ -31,7 +31,7 @@
3131
"clean": "del lib"
3232
},
3333
"dependencies": {
34-
"@react-navigation/routers": "^5.0.0-alpha.28",
34+
"@react-navigation/routers": "^5.0.0-alpha.30",
3535
"color": "^3.1.2"
3636
},
3737
"devDependencies": {

packages/native-stack/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-alpha.32](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
* screens integration on Android ([#294](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/issues/294)) ([9bfb295](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/commit/9bfb29562020c61b4d5c9bee278bcb1c7bdb8b67))
13+
* update screens for native stack ([5411816](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/commit/54118161885738a6d20b062c7e6679f3bace8424))
14+
15+
16+
17+
18+
619
# [5.0.0-alpha.30](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
720

821

packages/native-stack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react-native",
77
"react-navigation"
88
],
9-
"version": "5.0.0-alpha.31",
9+
"version": "5.0.0-alpha.32",
1010
"license": "MIT",
1111
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack",
1212
"main": "lib/commonjs/index.js",
@@ -26,7 +26,7 @@
2626
"clean": "del lib"
2727
},
2828
"dependencies": {
29-
"@react-navigation/routers": "^5.0.0-alpha.28"
29+
"@react-navigation/routers": "^5.0.0-alpha.30"
3030
},
3131
"devDependencies": {
3232
"@react-native-community/bob": "^0.8.0",

packages/native/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-alpha.32](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
13+
14+
### Features
15+
16+
* add error if multiple instances of useLinking are used ([#310](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/issues/310)) ([4bc0c8f](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/commit/4bc0c8f66f98c0f8ce4e766648125640d01780c4))
17+
* integrate with history API on web ([5a3f835](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/commit/5a3f8356b05bff7ed20893a5db6804612da3e568))
18+
19+
20+
21+
22+
623
# [5.0.0-alpha.30](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
724

825

packages/native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ios",
88
"android"
99
],
10-
"version": "5.0.0-alpha.31",
10+
"version": "5.0.0-alpha.32",
1111
"license": "MIT",
1212
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/native",
1313
"main": "lib/commonjs/index.js",
@@ -27,7 +27,7 @@
2727
"clean": "del lib"
2828
},
2929
"dependencies": {
30-
"@react-navigation/core": "^5.0.0-alpha.38"
30+
"@react-navigation/core": "^5.0.0-alpha.40"
3131
},
3232
"devDependencies": {
3333
"@react-native-community/bob": "^0.8.0",

packages/routers/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-alpha.30](https://github.com/react-navigation/navigation-ex/tree/master/packages/routers/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/routers/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
13+
14+
15+
16+
617
# [5.0.0-alpha.28](https://github.com/react-navigation/navigation-ex/tree/master/packages/routers/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
718

819

packages/routers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react-native",
77
"react-navigation"
88
],
9-
"version": "5.0.0-alpha.29",
9+
"version": "5.0.0-alpha.30",
1010
"license": "MIT",
1111
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/routers",
1212
"main": "lib/commonjs/index.js",
@@ -26,7 +26,7 @@
2626
"clean": "del lib"
2727
},
2828
"dependencies": {
29-
"@react-navigation/core": "^5.0.0-alpha.38",
29+
"@react-navigation/core": "^5.0.0-alpha.40",
3030
"shortid": "^2.2.15"
3131
},
3232
"devDependencies": {

packages/stack/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-alpha.66](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add accessibilityRole=header to header title ([0ead266](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/0ead2662ec10078b5e238f53f4607a8c712c20a4))
12+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
13+
* disable screens when mode is modal on older expo versions ([94d7b28](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/94d7b28c0b2ce0d56c99b224610f305be6451626))
14+
* dispatch pop early when screen is closed with gesture ([#336](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/issues/336)) ([3d937d1](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/3d937d1e6571cd613e830d64f7b2e7426076d371)), closes [#267](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/issues/267)
15+
* fix shadow position for inverted animations ([5fe140e](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/5fe140e61b9d6038490b1975b99331613933eb39))
16+
* increase epsilon in CardContainer.tsx ([9be904d](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/9be904d9c4c74c23a7d1d60d81f4366c601f5082))
17+
* make UNVERSIONED insufficient expo version ([a6f5867](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/a6f58677dce9c8446de7879014490c9ab76eceb9))
18+
* screens integration on Android ([#294](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/issues/294)) ([9bfb295](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/9bfb29562020c61b4d5c9bee278bcb1c7bdb8b67))
19+
* update screens for native stack ([5411816](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/54118161885738a6d20b062c7e6679f3bace8424))
20+
* web with internal interpolation listener ([edf96d8](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/edf96d839fea3a9919e4133bd476df303d7a2b00))
21+
* wrap navigators in gesture handler root ([41a5e1a](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/41a5e1a385aa5180abc3992a4c67077c37b998b9))
22+
23+
24+
### Features
25+
26+
* add `animationTypeForReplace` option ([#297](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/issues/297)) ([6262f72](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/6262f7298bff843571fb4b1a677d3beabe29833e))
27+
28+
29+
30+
31+
632
# [5.0.0-alpha.64](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
733

834

packages/stack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"android",
1111
"stack"
1212
],
13-
"version": "5.0.0-alpha.65",
13+
"version": "5.0.0-alpha.66",
1414
"license": "MIT",
1515
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/stack",
1616
"main": "lib/commonjs/index.js",
@@ -30,7 +30,7 @@
3030
"clean": "del lib"
3131
},
3232
"dependencies": {
33-
"@react-navigation/routers": "^5.0.0-alpha.28",
33+
"@react-navigation/routers": "^5.0.0-alpha.30",
3434
"color": "^3.1.2",
3535
"react-native-iphone-x-helper": "^1.2.1"
3636
},

0 commit comments

Comments
 (0)