Skip to content

Commit 8ddf005

Browse files
committed
Update react navigation 7 versions
1 parent 74977e5 commit 8ddf005

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/components/Pre.js

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

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

0 commit comments

Comments
 (0)