We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddf005 commit db62f8aCopy full SHA for db62f8a
src/components/Pre.js
@@ -1,6 +1,5 @@
1
import { useColorMode } from '@docusaurus/theme-common';
2
import MDXPre from '@theme-original/MDXComponents/Pre';
3
-import CodeBlock from '@theme-original/CodeBlock';
4
import React from 'react';
5
6
const peers = {
@@ -10,7 +9,7 @@ const peers = {
10
9
11
const versions = {
12
7: {
13
- '@react-navigation/bottom-tabs': ['7.0.0-alpha.13', peers],
+ '@react-navigation/bottom-tabs': ['7.0.0-alpha.14', peers],
14
'@react-navigation/core': '7.0.0-alpha.11',
15
'@react-navigation/native': '7.0.0-alpha.12',
16
'@react-navigation/drawer': [
0 commit comments