Skip to content

Commit d6a0529

Browse files
committed
Bump versions for react navigation 7
1 parent 3aa1b36 commit d6a0529

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/components/Pre.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ const peers = {
1010

1111
const versions = {
1212
7: {
13-
'@react-navigation/bottom-tabs': ['7.0.0-alpha.11', peers],
14-
'@react-navigation/core': '7.0.0-alpha.6',
15-
'@react-navigation/native': '7.0.0-alpha.10',
13+
'@react-navigation/bottom-tabs': ['7.0.0-alpha.12', peers],
14+
'@react-navigation/core': '7.0.0-alpha.10',
15+
'@react-navigation/native': '7.0.0-alpha.11',
1616
'@react-navigation/drawer': [
17-
'7.0.0-alpha.11',
17+
'7.0.0-alpha.12',
1818
{
1919
...peers,
2020
'react-native-gesture-handler': '*',
2121
'react-native-reanimated': '*',
2222
},
2323
],
24-
'@react-navigation/elements': ['2.0.0-alpha.8', peers],
24+
'@react-navigation/elements': ['2.0.0-alpha.9', peers],
2525
'@react-navigation/material-top-tabs': [
26-
'7.0.0-alpha.10',
26+
'7.0.0-alpha.11',
2727
{
2828
...peers,
2929
'react-native-pager-view': '*',
3030
},
3131
],
32-
'@react-navigation/native-stack': ['7.0.0-alpha.11', peers],
32+
'@react-navigation/native-stack': ['7.0.0-alpha.12', peers],
3333
'@react-navigation/routers': '7.0.0-alpha.4',
3434
'@react-navigation/stack': [
35-
'7.0.0-alpha.11',
35+
'7.0.0-alpha.12',
3636
{
3737
...peers,
3838
'react-native-gesture-handler': '*',
@@ -46,7 +46,7 @@ const versions = {
4646
},
4747
],
4848
'react-native-tab-view': [
49-
'4.0.0-alpha.5',
49+
'4.0.0-alpha.6',
5050
{
5151
'react-native-pager-view': '*',
5252
},

0 commit comments

Comments
 (0)