Skip to content

Commit db62f8a

Browse files
committed
Bump version for bottom tabs
1 parent 8ddf005 commit db62f8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Pre.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useColorMode } from '@docusaurus/theme-common';
22
import MDXPre from '@theme-original/MDXComponents/Pre';
3-
import CodeBlock from '@theme-original/CodeBlock';
43
import React from 'react';
54

65
const peers = {
@@ -10,7 +9,7 @@ const peers = {
109

1110
const versions = {
1211
7: {
13-
'@react-navigation/bottom-tabs': ['7.0.0-alpha.13', peers],
12+
'@react-navigation/bottom-tabs': ['7.0.0-alpha.14', peers],
1413
'@react-navigation/core': '7.0.0-alpha.11',
1514
'@react-navigation/native': '7.0.0-alpha.12',
1615
'@react-navigation/drawer': [

0 commit comments

Comments
 (0)