Skip to content

Commit

Permalink
Update to RC versions for Snack
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Jul 11, 2024
1 parent 08b505f commit 77d217c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/components/Pre.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ const peers = {
const versions = {
7: {
'@react-navigation/bottom-tabs': [
'7.0.0-rc.18',
'7.0.0-rc.19',
{
...peers,
'@react-navigation/native': '*',
},
],
'@react-navigation/core': '7.0.0-rc.9',
'@react-navigation/native': '7.0.0-rc.11',
'@react-navigation/core': '7.0.0-rc.10',
'@react-navigation/native': '7.0.0-rc.12',
'@react-navigation/drawer': [
'7.0.0-rc.16',
'7.0.0-rc.17',
{
...peers,
'@react-navigation/native': '*',
Expand All @@ -28,45 +28,45 @@ const versions = {
},
],
'@react-navigation/elements': [
'2.0.0-rc.12',
'2.0.0-rc.13',
{
...peers,
'@react-navigation/native': '*',
},
],
'@react-navigation/material-top-tabs': [
'7.0.0-rc.12',
'7.0.0-rc.13',
{
...peers,
'@react-navigation/native': '*',
'react-native-pager-view': '*',
},
],
'@react-navigation/native-stack': [
'7.0.0-rc.13',
'7.0.0-rc.14',
{
...peers,
'@react-navigation/native': '*',
},
],
'@react-navigation/routers': '7.0.0-rc.5',
'@react-navigation/routers': '7.0.0-rc.6',
'@react-navigation/stack': [
'7.0.0-rc.13',
'7.0.0-rc.14',
{
...peers,
'@react-navigation/native': '*',
'react-native-gesture-handler': '*',
},
],
'react-native-drawer-layout': [
'4.0.0-rc.6',
'4.0.0-rc.7',
{
'react-native-gesture-handler': '*',
'react-native-reanimated': '*',
},
],
'react-native-tab-view': [
'4.0.0-rc.6',
'4.0.0-rc.7',
{
'react-native-pager-view': '*',
},
Expand Down

0 comments on commit 77d217c

Please sign in to comment.