Skip to content

Commit 73a935a

Browse files
committed
Bump versions and switch to regular snack
1 parent 5fd31d4 commit 73a935a

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/components/Pre.js

+10-11
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,42 @@ const peers = {
1010

1111
const versions = {
1212
7: {
13-
'@react-navigation/bottom-tabs': ['7.0.0-alpha.7', peers],
13+
'@react-navigation/bottom-tabs': ['7.0.0-alpha.11', peers],
1414
'@react-navigation/core': '7.0.0-alpha.6',
15-
'@react-navigation/native': '7.0.0-alpha.6',
15+
'@react-navigation/native': '7.0.0-alpha.10',
1616
'@react-navigation/drawer': [
17-
'7.0.0-alpha.7',
17+
'7.0.0-alpha.11',
1818
{
1919
...peers,
2020
'react-native-reanimated': '*',
2121
},
2222
],
23-
'@react-navigation/elements': ['2.0.0-alpha.4', peers],
23+
'@react-navigation/elements': ['2.0.0-alpha.8', peers],
2424
'@react-navigation/material-top-tabs': [
25-
'7.0.0-alpha.6',
25+
'7.0.0-alpha.10',
2626
{
2727
...peers,
2828
'react-native-pager-view': '*',
2929
},
3030
],
31-
'@react-navigation/native-stack': ['7.0.0-alpha.7', peers],
31+
'@react-navigation/native-stack': ['7.0.0-alpha.11', peers],
3232
'@react-navigation/routers': '7.0.0-alpha.4',
3333
'@react-navigation/stack': [
34-
'7.0.0-alpha.7',
34+
'7.0.0-alpha.11',
3535
{
3636
...peers,
3737
'react-native-gesture-handler': '*',
3838
},
3939
],
4040
'react-native-drawer-layout': [
41-
'4.0.0-alpha.3',
41+
'4.0.0-alpha.5',
4242
{
4343
'react-native-gesture-handler': '*',
4444
'react-native-reanimated': '*',
4545
},
4646
],
4747
'react-native-tab-view': [
48-
'4.0.0-alpha.2',
48+
'4.0.0-alpha.5',
4949
{
5050
'react-native-pager-view': '*',
5151
},
@@ -110,8 +110,7 @@ export default function Pre({
110110
}, {})
111111
);
112112

113-
// FIXME: use staging for now since react-navigation fails to build on prod
114-
const url = new URL('https://staging-snack.expo.dev');
113+
const url = new URL('https://snack.expo.dev');
115114

116115
if (name) {
117116
url.searchParams.set('name', name);

0 commit comments

Comments
 (0)