Skip to content

Commit

Permalink
Bump version for bottom tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Mar 8, 2024
1 parent 8ddf005 commit db62f8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Pre.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useColorMode } from '@docusaurus/theme-common';
import MDXPre from '@theme-original/MDXComponents/Pre';
import CodeBlock from '@theme-original/CodeBlock';
import React from 'react';

const peers = {
Expand All @@ -10,7 +9,7 @@ const peers = {

const versions = {
7: {
'@react-navigation/bottom-tabs': ['7.0.0-alpha.13', peers],
'@react-navigation/bottom-tabs': ['7.0.0-alpha.14', peers],
'@react-navigation/core': '7.0.0-alpha.11',
'@react-navigation/native': '7.0.0-alpha.12',
'@react-navigation/drawer': [
Expand Down

0 comments on commit db62f8a

Please sign in to comment.