Skip to content

Commit e0c8b3b

Browse files
committed
Update to RC versions for Snack
1 parent 298d524 commit e0c8b3b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/components/Pre.js

+11-11
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ const peers = {
1010
const versions = {
1111
7: {
1212
'@react-navigation/bottom-tabs': [
13-
'7.0.0-alpha.17',
13+
'7.0.0-rc.18',
1414
{
1515
...peers,
1616
'@react-navigation/native': '*',
1717
},
1818
],
19-
'@react-navigation/core': '7.0.0-alpha.13',
20-
'@react-navigation/native': '7.0.0-alpha.14',
19+
'@react-navigation/core': '7.0.0-rc.9',
20+
'@react-navigation/native': '7.0.0-rc.11',
2121
'@react-navigation/drawer': [
22-
'7.0.0-alpha.15',
22+
'7.0.0-rc.16',
2323
{
2424
...peers,
2525
'@react-navigation/native': '*',
@@ -28,45 +28,45 @@ const versions = {
2828
},
2929
],
3030
'@react-navigation/elements': [
31-
'2.0.0-alpha.12',
31+
'2.0.0-rc.12',
3232
{
3333
...peers,
3434
'@react-navigation/native': '*',
3535
},
3636
],
3737
'@react-navigation/material-top-tabs': [
38-
'7.0.0-alpha.14',
38+
'7.0.0-rc.12',
3939
{
4040
...peers,
4141
'@react-navigation/native': '*',
4242
'react-native-pager-view': '*',
4343
},
4444
],
4545
'@react-navigation/native-stack': [
46-
'7.0.0-alpha.15',
46+
'7.0.0-rc.13',
4747
{
4848
...peers,
4949
'@react-navigation/native': '*',
5050
},
5151
],
52-
'@react-navigation/routers': '7.0.0-alpha.4',
52+
'@react-navigation/routers': '7.0.0-rc.5',
5353
'@react-navigation/stack': [
54-
'7.0.0-alpha.15',
54+
'7.0.0-rc.13',
5555
{
5656
...peers,
5757
'@react-navigation/native': '*',
5858
'react-native-gesture-handler': '*',
5959
},
6060
],
6161
'react-native-drawer-layout': [
62-
'4.0.0-alpha.7',
62+
'4.0.0-rc.6',
6363
{
6464
'react-native-gesture-handler': '*',
6565
'react-native-reanimated': '*',
6666
},
6767
],
6868
'react-native-tab-view': [
69-
'4.0.0-alpha.8',
69+
'4.0.0-rc.6',
7070
{
7171
'react-native-pager-view': '*',
7272
},

0 commit comments

Comments
 (0)