diff --git a/404.html b/404.html index f97f1c4569c..bd2ef84f566 100644 --- a/404.html +++ b/404.html @@ -14,7 +14,7 @@ - + diff --git a/assets/js/f171b4fe.7fd2b5e0.js b/assets/js/f171b4fe.7fd2b5e0.js deleted file mode 100644 index 9ba9c6d8937..00000000000 --- a/assets/js/f171b4fe.7fd2b5e0.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkreact_navigation_website_next=self.webpackChunkreact_navigation_website_next||[]).push([[18098],{27052:(e,n,t)=>{t.r(n),t.d(n,{assets:()=>d,contentTitle:()=>c,default:()=>b,frontMatter:()=>s,metadata:()=>l,toc:()=>h});var a=t(85893),o=t(11151),i=t(74866),r=t(85162);const s={id:"bottom-tab-navigator",title:"Bottom Tabs Navigator",sidebar_label:"Bottom Tabs"},c=void 0,l={id:"bottom-tab-navigator",title:"Bottom Tabs Navigator",description:"A simple tab bar on the bottom of the screen that lets you switch between different routes. Routes are lazily initialized -- their screen components are not mounted until they are first focused.",source:"@site/versioned_docs/version-7.x/bottom-tab-navigator.md",sourceDirName:".",slug:"/bottom-tab-navigator",permalink:"/docs/7.x/bottom-tab-navigator",draft:!1,unlisted:!1,editUrl:"https://github.com/react-navigation/react-navigation.github.io/edit/main/versioned_docs/version-7.x/bottom-tab-navigator.md",tags:[],version:"7.x",frontMatter:{id:"bottom-tab-navigator",title:"Bottom Tabs Navigator",sidebar_label:"Bottom Tabs"},sidebar:"docs",previous:{title:"Drawer",permalink:"/docs/7.x/drawer-navigator"},next:{title:"Material Top Tabs",permalink:"/docs/7.x/material-top-tab-navigator"}},d={},h=[{value:"Installation",id:"installation",level:2},{value:"Usage",id:"usage",level:2},{value:"API Definition",id:"api-definition",level:2},{value:"Props",id:"props",level:3},{value:"id",id:"id",level:4},{value:"initialRouteName",id:"initialroutename",level:4},{value:"screenOptions",id:"screenoptions",level:4},{value:"backBehavior",id:"backbehavior",level:4},{value:"detachInactiveScreens",id:"detachinactivescreens",level:4},{value:"sceneContainerStyle",id:"scenecontainerstyle",level:4},{value:"tabBar",id:"tabbar",level:4},{value:"Options",id:"options",level:3},{value:"title",id:"title",level:4},{value:"tabBarLabel",id:"tabbarlabel",level:4},{value:"tabBarShowLabel",id:"tabbarshowlabel",level:4},{value:"tabBarLabelPosition",id:"tabbarlabelposition",level:4},{value:"tabBarLabelStyle",id:"tabbarlabelstyle",level:4},{value:"tabBarIcon",id:"tabbaricon",level:4},{value:"tabBarIconStyle",id:"tabbariconstyle",level:4},{value:"tabBarBadge",id:"tabbarbadge",level:4},{value:"tabBarBadgeStyle",id:"tabbarbadgestyle",level:4},{value:"tabBarAccessibilityLabel",id:"tabbaraccessibilitylabel",level:4},{value:"tabBarTestID",id:"tabbartestid",level:4},{value:"tabBarButton",id:"tabbarbutton",level:4},{value:"tabBarActiveTintColor",id:"tabbaractivetintcolor",level:4},{value:"tabBarInactiveTintColor",id:"tabbarinactivetintcolor",level:4},{value:"tabBarActiveBackgroundColor",id:"tabbaractivebackgroundcolor",level:4},{value:"tabBarInactiveBackgroundColor",id:"tabbarinactivebackgroundcolor",level:4},{value:"tabBarHideOnKeyboard",id:"tabbarhideonkeyboard",level:4},{value:"tabBarItemStyle",id:"tabbaritemstyle",level:4},{value:"tabBarStyle",id:"tabbarstyle",level:4},{value:"tabBarBackground",id:"tabbarbackground",level:4},{value:"lazy",id:"lazy",level:4},{value:"unmountOnBlur",id:"unmountonblur",level:4},{value:"freezeOnBlur",id:"freezeonblur",level:4},{value:"Header related options",id:"header-related-options",level:3},{value:"header",id:"header",level:4},{value:"Specify a height in headerStyle",id:"specify-a-height-in-headerstyle",level:5},{value:"headerShown",id:"headershown",level:4},{value:"Events",id:"events",level:3},{value:"tabPress",id:"tabpress",level:4},{value:"tabLongPress",id:"tablongpress",level:4},{value:"Helpers",id:"helpers",level:3},{value:"jumpTo",id:"jumpto",level:4},{value:"Example",id:"example",level:2}];function u(e){const n={a:"a",admonition:"admonition",code:"code",em:"em",h2:"h2",h3:"h3",h4:"h4",h5:"h5",li:"li",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,o.a)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(n.p,{children:"A simple tab bar on the bottom of the screen that lets you switch between different routes. Routes are lazily initialized -- their screen components are not mounted until they are first focused."}),"\n",(0,a.jsx)("video",{playsInline:!0,autoPlay:!0,muted:!0,loop:!0,children:(0,a.jsx)("source",{src:"/assets/navigators/tabs/bottom-tabs-demo.mov"})}),"\n",(0,a.jsx)(n.h2,{id:"installation",children:"Installation"}),"\n",(0,a.jsxs)(n.p,{children:["To use this navigator, ensure that you have ",(0,a.jsxs)(n.a,{href:"/docs/7.x/getting-started",children:[(0,a.jsx)(n.code,{children:"@react-navigation/native"})," and its dependencies (follow this guide)"]}),", then install ",(0,a.jsx)(n.a,{href:"https://github.com/react-navigation/react-navigation/tree/main/packages/bottom-tabs",children:(0,a.jsx)(n.code,{children:"@react-navigation/bottom-tabs"})}),":"]}),"\n",(0,a.jsxs)(i.Z,{groupId:"npm2yarn",children:[(0,a.jsx)(r.Z,{value:"npm",children:(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-bash",children:"npm install @react-navigation/bottom-tabs@next\n"})})}),(0,a.jsx)(r.Z,{value:"yarn",label:"Yarn",children:(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-bash",children:"yarn add @react-navigation/bottom-tabs@next\n"})})}),(0,a.jsx)(r.Z,{value:"pnpm",label:"pnpm",children:(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-bash",children:"pnpm add @react-navigation/bottom-tabs@next\n"})})})]}),"\n",(0,a.jsx)(n.h2,{id:"usage",children:"Usage"}),"\n",(0,a.jsxs)(n.p,{children:["To use this navigator, import it from ",(0,a.jsx)(n.code,{children:"@react-navigation/bottom-tabs"}),":"]}),"\n",(0,a.jsxs)(i.Z,{groupId:"config",queryString:"config",children:[(0,a.jsx)(r.Z,{value:"static",label:"Static",default:!0,children:(0,a.jsx)(n.pre,{"data-name":"Bottom Tab Navigator","data-snack":"true","data-version":"7",children:(0,a.jsx)(n.code,{className:"language-js",metastring:'name="Bottom Tab Navigator" snack version=7',children:"import * as React from 'react';\nimport { Text, View, Button } from 'react-native';\nimport {\n createStaticNavigation,\n useNavigation,\n} from '@react-navigation/native';\n// codeblock-focus-start\nimport { createBottomTabNavigator } from '@react-navigation/bottom-tabs';\n\n// codeblock-focus-end\nfunction HomeScreen() {\n const navigation = useNavigation();\n\n return (\n \n Home Screen\n navigation.navigate('Profile')}\n />\n \n );\n}\n\nfunction ProfileScreen() {\n const navigation = useNavigation();\n\n return (\n \n Profile Screen\n

Example​

-
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
import MaterialCommunityIcons from 'react-native-vector-icons/MaterialCommunityIcons';

const Tab = createBottomTabNavigator();

function MyTabs() {
return (
<Tab.Navigator
initialRouteName="Feed"
screenOptions={{
tabBarActiveTintColor: '#e91e63',
}}
>
<Tab.Screen
name="Feed"
component={Feed}
options={{
tabBarLabel: 'Home',
tabBarIcon: ({ color, size }) => (
<MaterialCommunityIcons name="home" color={color} size={size} />
),
}}
/>
<Tab.Screen
name="Notifications"
component={Notifications}
options={{
tabBarLabel: 'Updates',
tabBarIcon: ({ color, size }) => (
<MaterialCommunityIcons name="bell" color={color} size={size} />
),
tabBarBadge: 3,
}}
/>
<Tab.Screen
name="Profile"
component={Profile}
options={{
tabBarLabel: 'Profile',
tabBarIcon: ({ color, size }) => (
<MaterialCommunityIcons name="account" color={color} size={size} />
),
}}
/>
</Tab.Navigator>
);
}
+
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
import MaterialCommunityIcons from 'react-native-vector-icons/MaterialCommunityIcons';

const Tab = createBottomTabNavigator();

function MyTabs() {
return (
<Tab.Navigator
initialRouteName="Feed"
screenOptions={{
tabBarActiveTintColor: '#e91e63',
}}
>
<Tab.Screen
name="Feed"
component={Feed}
options={{
tabBarLabel: 'Home',
tabBarIcon: ({ color, size }) => (
<MaterialCommunityIcons name="home" color={color} size={size} />
),
}}
/>
<Tab.Screen
name="Notifications"
component={Notifications}
options={{
tabBarLabel: 'Updates',
tabBarIcon: ({ color, size }) => (
<MaterialCommunityIcons name="bell" color={color} size={size} />
),
tabBarBadge: 3,
}}
/>
<Tab.Screen
name="Profile"
component={Profile}
options={{
tabBarLabel: 'Profile',
tabBarIcon: ({ color, size }) => (
<MaterialCommunityIcons name="account" color={color} size={size} />
),
}}
/>
</Tab.Navigator>
);
}
+

Animations​

+

By default, switching between tabs doesn't have any animation. You can specify the animation option to customize the transition animation.

+

Supported values for animation are:

+ +
const RootTabs = createBottomTabNavigator({
screenOptions: {
animation: 'fade',
},
screens: {
Home: HomeScreen,
Profile: ProfileScreen,
},
});
Try this example on Snack
+

If you need more control over the animation, you can customize individual parts of the animation using the various animation-related options:

+ +

Bottom Tab Navigator exposes various options to configure the transition animation when switching tabs. These transition animations can be customized on a per-screen basis by specifying the options in the options for each screen, or for all screens in the tab navigator by specifying them in the screenOptions.

+ +

Putting these together, you can customize the transition animation for a screen:

+
const RootTabs = createBottomTabNavigator({
screenOptions: {
transitionSpec: {
animation: 'timing',
config: {
duration: 150,
easing: Easing.inOut(Easing.ease),
},
},
sceneStyleInterpolator: ({ current }) => ({
sceneStyle: {
opacity: current.progress.interpolate({
inputRange: [-1, 0, 1],
outputRange: [0, 1, 0],
}),
},
}),
},
screens: {
Home: HomeScreen,
Profile: ProfileScreen,
},
});
Try this example on Snack
+

Pre-made configs​

+

We also export various configs from the library with ready-made configs that you can use to customize the animations:

+

TransitionSpecs​

+ +

Example:

+
import { TransitionSpecs } from '@react-navigation/bottom-tabs';

// ...

{
Profile: {
screen: Profile,
options: {
transitionSpec: TransitionSpecs.CrossFadeSpec,
},
},
}
+

SceneStyleInterpolators​

+ +

Example:

+
import { SceneStyleInterpolators } from '@react-navigation/bottom-tabs';

// ...

{
Profile: {
screen: Profile,
options: {
sceneStyleInterpolator: SceneStyleInterpolators.forFade,
},
},
}
+

TransitionPresets​

+

We export transition presets that bundle various sets of these options together. A transition preset is an object containing a few animation-related screen options exported under TransitionPresets. Currently the following presets are available:

+ +

You can spread these presets in options to customize the animation for a screen:

+

Example:

+
import { TransitionPresets } from '@react-navigation/bottom-tabs';

// ...

{
Profile: {
screen: Profile,
options: {
...TransitionPresets.FadeTransition,
},
},
}
\ No newline at end of file diff --git a/docs/7.x/combine-static-with-dynamic/index.html b/docs/7.x/combine-static-with-dynamic/index.html index a0c09e0bcd5..17e38706f1a 100644 --- a/docs/7.x/combine-static-with-dynamic/index.html +++ b/docs/7.x/combine-static-with-dynamic/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/configuring-links/index.html b/docs/7.x/configuring-links/index.html index 3b4b14db57c..5248e8e7df9 100644 --- a/docs/7.x/configuring-links/index.html +++ b/docs/7.x/configuring-links/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/contributing/index.html b/docs/7.x/contributing/index.html index c65d5b318c8..e330a85ad8f 100644 --- a/docs/7.x/contributing/index.html +++ b/docs/7.x/contributing/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/custom-android-back-button-handling/index.html b/docs/7.x/custom-android-back-button-handling/index.html index d7a3e9cfc36..dadb3caaf7d 100644 --- a/docs/7.x/custom-android-back-button-handling/index.html +++ b/docs/7.x/custom-android-back-button-handling/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/custom-navigators/index.html b/docs/7.x/custom-navigators/index.html index 7d4acffb62e..6cc12e13cd7 100644 --- a/docs/7.x/custom-navigators/index.html +++ b/docs/7.x/custom-navigators/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/custom-routers/index.html b/docs/7.x/custom-routers/index.html index b6779406087..e12deeead2b 100644 --- a/docs/7.x/custom-routers/index.html +++ b/docs/7.x/custom-routers/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/deep-linking/index.html b/docs/7.x/deep-linking/index.html index 3ae959537ed..81eade1ea83 100644 --- a/docs/7.x/deep-linking/index.html +++ b/docs/7.x/deep-linking/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/devtools/index.html b/docs/7.x/devtools/index.html index 0345e0d02e5..5fcb32fd1cb 100644 --- a/docs/7.x/devtools/index.html +++ b/docs/7.x/devtools/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/drawer-actions/index.html b/docs/7.x/drawer-actions/index.html index 898595330a3..2ec0a66ab6a 100644 --- a/docs/7.x/drawer-actions/index.html +++ b/docs/7.x/drawer-actions/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/drawer-based-navigation/index.html b/docs/7.x/drawer-based-navigation/index.html index 61a9b717b3e..776c31cabbe 100644 --- a/docs/7.x/drawer-based-navigation/index.html +++ b/docs/7.x/drawer-based-navigation/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/drawer-layout/index.html b/docs/7.x/drawer-layout/index.html index ed286b33123..4d157654a9d 100644 --- a/docs/7.x/drawer-layout/index.html +++ b/docs/7.x/drawer-layout/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/drawer-navigator/index.html b/docs/7.x/drawer-navigator/index.html index 209ac6399d7..11ba589eb35 100644 --- a/docs/7.x/drawer-navigator/index.html +++ b/docs/7.x/drawer-navigator/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/elements/index.html b/docs/7.x/elements/index.html index 1a0fc7b16e6..7ac2273f441 100644 --- a/docs/7.x/elements/index.html +++ b/docs/7.x/elements/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/function-after-focusing-screen/index.html b/docs/7.x/function-after-focusing-screen/index.html index d14c379b07a..2d9131423b6 100644 --- a/docs/7.x/function-after-focusing-screen/index.html +++ b/docs/7.x/function-after-focusing-screen/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/getting-started/index.html b/docs/7.x/getting-started/index.html index 8b31b2d80c3..e45e8e2a217 100644 --- a/docs/7.x/getting-started/index.html +++ b/docs/7.x/getting-started/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/glossary-of-terms/index.html b/docs/7.x/glossary-of-terms/index.html index 79024ed820c..8c8e5534ef5 100644 --- a/docs/7.x/glossary-of-terms/index.html +++ b/docs/7.x/glossary-of-terms/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/group/index.html b/docs/7.x/group/index.html index 3e32e2b9f9a..2ea847997ac 100644 --- a/docs/7.x/group/index.html +++ b/docs/7.x/group/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/handling-safe-area/index.html b/docs/7.x/handling-safe-area/index.html index b36fee2dca8..a308054fb57 100644 --- a/docs/7.x/handling-safe-area/index.html +++ b/docs/7.x/handling-safe-area/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/header-buttons/index.html b/docs/7.x/header-buttons/index.html index 28c86dece95..7e81c68fe9b 100644 --- a/docs/7.x/header-buttons/index.html +++ b/docs/7.x/header-buttons/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/headers/index.html b/docs/7.x/headers/index.html index 8bad88b6d0d..2ea725c6390 100644 --- a/docs/7.x/headers/index.html +++ b/docs/7.x/headers/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/hello-react-navigation/index.html b/docs/7.x/hello-react-navigation/index.html index b8f2aa859b1..332b73b9698 100644 --- a/docs/7.x/hello-react-navigation/index.html +++ b/docs/7.x/hello-react-navigation/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/hiding-tabbar-in-screens/index.html b/docs/7.x/hiding-tabbar-in-screens/index.html index 076fcec6718..d63da5f080d 100644 --- a/docs/7.x/hiding-tabbar-in-screens/index.html +++ b/docs/7.x/hiding-tabbar-in-screens/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/limitations/index.html b/docs/7.x/limitations/index.html index ad78c8d1c4f..c9eae76834f 100644 --- a/docs/7.x/limitations/index.html +++ b/docs/7.x/limitations/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/link/index.html b/docs/7.x/link/index.html index bcc68c31c45..64675f13b72 100644 --- a/docs/7.x/link/index.html +++ b/docs/7.x/link/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/material-top-tab-navigator/index.html b/docs/7.x/material-top-tab-navigator/index.html index 0d3771bc31a..1e48facec2c 100644 --- a/docs/7.x/material-top-tab-navigator/index.html +++ b/docs/7.x/material-top-tab-navigator/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/migration-guides/index.html b/docs/7.x/migration-guides/index.html index fa37cfbdaf0..956b34fe929 100644 --- a/docs/7.x/migration-guides/index.html +++ b/docs/7.x/migration-guides/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/modal/index.html b/docs/7.x/modal/index.html index 9cb9acbbc95..0ded7d8ba31 100644 --- a/docs/7.x/modal/index.html +++ b/docs/7.x/modal/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/more-resources/index.html b/docs/7.x/more-resources/index.html index 88a5e0fff89..bddd708bf22 100644 --- a/docs/7.x/more-resources/index.html +++ b/docs/7.x/more-resources/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/multiple-drawers/index.html b/docs/7.x/multiple-drawers/index.html index 9f1887aed68..4d7398d88cf 100644 --- a/docs/7.x/multiple-drawers/index.html +++ b/docs/7.x/multiple-drawers/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/native-stack-navigator/index.html b/docs/7.x/native-stack-navigator/index.html index a2ae2ba5f5c..14ebbd505a7 100644 --- a/docs/7.x/native-stack-navigator/index.html +++ b/docs/7.x/native-stack-navigator/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/navigating-without-navigation-prop/index.html b/docs/7.x/navigating-without-navigation-prop/index.html index 79b5d1727d7..e5889ed701a 100644 --- a/docs/7.x/navigating-without-navigation-prop/index.html +++ b/docs/7.x/navigating-without-navigation-prop/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/navigating/index.html b/docs/7.x/navigating/index.html index adeadf2a81c..3089810dfe9 100644 --- a/docs/7.x/navigating/index.html +++ b/docs/7.x/navigating/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/navigation-actions/index.html b/docs/7.x/navigation-actions/index.html index 2806e85d75a..0fea44638c6 100644 --- a/docs/7.x/navigation-actions/index.html +++ b/docs/7.x/navigation-actions/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/navigation-container/index.html b/docs/7.x/navigation-container/index.html index 0a4e64bbe1f..add11711776 100644 --- a/docs/7.x/navigation-container/index.html +++ b/docs/7.x/navigation-container/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/navigation-context/index.html b/docs/7.x/navigation-context/index.html index 8480341f569..2ed6af9f617 100644 --- a/docs/7.x/navigation-context/index.html +++ b/docs/7.x/navigation-context/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/navigation-events/index.html b/docs/7.x/navigation-events/index.html index 42defb50607..e53e4b2ea31 100644 --- a/docs/7.x/navigation-events/index.html +++ b/docs/7.x/navigation-events/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/navigation-lifecycle/index.html b/docs/7.x/navigation-lifecycle/index.html index 28c190c579f..dd426c0b9c3 100644 --- a/docs/7.x/navigation-lifecycle/index.html +++ b/docs/7.x/navigation-lifecycle/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/navigation-object/index.html b/docs/7.x/navigation-object/index.html index 36850282b46..a81c7c34990 100644 --- a/docs/7.x/navigation-object/index.html +++ b/docs/7.x/navigation-object/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/navigation-solutions-and-community-libraries/index.html b/docs/7.x/navigation-solutions-and-community-libraries/index.html index 1f6c39376ef..528908010a8 100644 --- a/docs/7.x/navigation-solutions-and-community-libraries/index.html +++ b/docs/7.x/navigation-solutions-and-community-libraries/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/navigation-state/index.html b/docs/7.x/navigation-state/index.html index 84d026d228a..779a10d6c80 100644 --- a/docs/7.x/navigation-state/index.html +++ b/docs/7.x/navigation-state/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/nesting-navigators/index.html b/docs/7.x/nesting-navigators/index.html index 4e51ea7beb6..f56d43498b5 100644 --- a/docs/7.x/nesting-navigators/index.html +++ b/docs/7.x/nesting-navigators/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/next-steps/index.html b/docs/7.x/next-steps/index.html index 48bbef2a817..b17b4ac510e 100644 --- a/docs/7.x/next-steps/index.html +++ b/docs/7.x/next-steps/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/params/index.html b/docs/7.x/params/index.html index f536182a24f..679437b9f24 100644 --- a/docs/7.x/params/index.html +++ b/docs/7.x/params/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/pitch/index.html b/docs/7.x/pitch/index.html index aed776864a3..2f651cf1947 100644 --- a/docs/7.x/pitch/index.html +++ b/docs/7.x/pitch/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/preventing-going-back/index.html b/docs/7.x/preventing-going-back/index.html index 40a70e68a6e..6007cf1272b 100644 --- a/docs/7.x/preventing-going-back/index.html +++ b/docs/7.x/preventing-going-back/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/redux-integration/index.html b/docs/7.x/redux-integration/index.html index 926607b60b5..ef2c640ad46 100644 --- a/docs/7.x/redux-integration/index.html +++ b/docs/7.x/redux-integration/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/route-object/index.html b/docs/7.x/route-object/index.html index 84c56b332f8..86aad0259d4 100644 --- a/docs/7.x/route-object/index.html +++ b/docs/7.x/route-object/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/screen-options-resolution/index.html b/docs/7.x/screen-options-resolution/index.html index 1accd3969b3..e63912b722b 100644 --- a/docs/7.x/screen-options-resolution/index.html +++ b/docs/7.x/screen-options-resolution/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/screen-options/index.html b/docs/7.x/screen-options/index.html index 113ce70e9ae..1d376bae548 100644 --- a/docs/7.x/screen-options/index.html +++ b/docs/7.x/screen-options/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/screen-tracking/index.html b/docs/7.x/screen-tracking/index.html index 9362be5e056..966aa1df341 100644 --- a/docs/7.x/screen-tracking/index.html +++ b/docs/7.x/screen-tracking/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/screen/index.html b/docs/7.x/screen/index.html index 1822b7cd91f..a53654a4889 100644 --- a/docs/7.x/screen/index.html +++ b/docs/7.x/screen/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/server-container/index.html b/docs/7.x/server-container/index.html index a1a53de9c5b..d54ae16a0a8 100644 --- a/docs/7.x/server-container/index.html +++ b/docs/7.x/server-container/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/server-rendering/index.html b/docs/7.x/server-rendering/index.html index f3e524a803b..c936294e31b 100644 --- a/docs/7.x/server-rendering/index.html +++ b/docs/7.x/server-rendering/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/shared-element-transitions/index.html b/docs/7.x/shared-element-transitions/index.html index 953532dd6b7..463bd90223b 100644 --- a/docs/7.x/shared-element-transitions/index.html +++ b/docs/7.x/shared-element-transitions/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/stack-actions/index.html b/docs/7.x/stack-actions/index.html index 4d1acb93cbf..03bbf3ac619 100644 --- a/docs/7.x/stack-actions/index.html +++ b/docs/7.x/stack-actions/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/stack-navigator/index.html b/docs/7.x/stack-navigator/index.html index c7630823413..a7247026bab 100644 --- a/docs/7.x/stack-navigator/index.html +++ b/docs/7.x/stack-navigator/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/state-persistence/index.html b/docs/7.x/state-persistence/index.html index db8f21b01e2..652803c34f4 100644 --- a/docs/7.x/state-persistence/index.html +++ b/docs/7.x/state-persistence/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/static-configuration/index.html b/docs/7.x/static-configuration/index.html index 56fad4cef56..d554be5fcfc 100644 --- a/docs/7.x/static-configuration/index.html +++ b/docs/7.x/static-configuration/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/status-bar/index.html b/docs/7.x/status-bar/index.html index bde8dc3ba3c..52dc08997bd 100644 --- a/docs/7.x/status-bar/index.html +++ b/docs/7.x/status-bar/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/tab-actions/index.html b/docs/7.x/tab-actions/index.html index 41d1338089a..e9ad43e5357 100644 --- a/docs/7.x/tab-actions/index.html +++ b/docs/7.x/tab-actions/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/tab-based-navigation/index.html b/docs/7.x/tab-based-navigation/index.html index d2b008a18ac..60b5194df75 100644 --- a/docs/7.x/tab-based-navigation/index.html +++ b/docs/7.x/tab-based-navigation/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/tab-view/index.html b/docs/7.x/tab-view/index.html index 20ec8f063d3..90c82536b59 100644 --- a/docs/7.x/tab-view/index.html +++ b/docs/7.x/tab-view/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/testing/index.html b/docs/7.x/testing/index.html index 7955b051228..e431d7130c8 100644 --- a/docs/7.x/testing/index.html +++ b/docs/7.x/testing/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/themes/index.html b/docs/7.x/themes/index.html index c5318188bb7..72925c5cc5a 100644 --- a/docs/7.x/themes/index.html +++ b/docs/7.x/themes/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/troubleshooting/index.html b/docs/7.x/troubleshooting/index.html index f5a4d530552..60d4774560a 100644 --- a/docs/7.x/troubleshooting/index.html +++ b/docs/7.x/troubleshooting/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/typescript/index.html b/docs/7.x/typescript/index.html index 8375fb823ff..49663929e32 100644 --- a/docs/7.x/typescript/index.html +++ b/docs/7.x/typescript/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/upgrading-from-6.x/index.html b/docs/7.x/upgrading-from-6.x/index.html index 8a772721d23..1a3fed85544 100644 --- a/docs/7.x/upgrading-from-6.x/index.html +++ b/docs/7.x/upgrading-from-6.x/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/use-focus-effect/index.html b/docs/7.x/use-focus-effect/index.html index a635073c70f..6cba3b4ad94 100644 --- a/docs/7.x/use-focus-effect/index.html +++ b/docs/7.x/use-focus-effect/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/use-is-focused/index.html b/docs/7.x/use-is-focused/index.html index aaffc86743d..33feffbc161 100644 --- a/docs/7.x/use-is-focused/index.html +++ b/docs/7.x/use-is-focused/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/use-link-builder/index.html b/docs/7.x/use-link-builder/index.html index c32885e5537..2ae73570677 100644 --- a/docs/7.x/use-link-builder/index.html +++ b/docs/7.x/use-link-builder/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/use-link-props/index.html b/docs/7.x/use-link-props/index.html index d2b4b76fca9..c29d3581fdd 100644 --- a/docs/7.x/use-link-props/index.html +++ b/docs/7.x/use-link-props/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/use-link-to/index.html b/docs/7.x/use-link-to/index.html index 211301e6d33..4d94baa77aa 100644 --- a/docs/7.x/use-link-to/index.html +++ b/docs/7.x/use-link-to/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/use-navigation-state/index.html b/docs/7.x/use-navigation-state/index.html index d038be8bd3c..236f1f50b5e 100644 --- a/docs/7.x/use-navigation-state/index.html +++ b/docs/7.x/use-navigation-state/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/use-navigation/index.html b/docs/7.x/use-navigation/index.html index 8b613826fbb..249e2190d9f 100644 --- a/docs/7.x/use-navigation/index.html +++ b/docs/7.x/use-navigation/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/use-route/index.html b/docs/7.x/use-route/index.html index 51f3aea1b02..fd7086ee7ba 100644 --- a/docs/7.x/use-route/index.html +++ b/docs/7.x/use-route/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/use-scroll-to-top/index.html b/docs/7.x/use-scroll-to-top/index.html index cdec475d8b0..39ddaf0e183 100644 --- a/docs/7.x/use-scroll-to-top/index.html +++ b/docs/7.x/use-scroll-to-top/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/use-theme/index.html b/docs/7.x/use-theme/index.html index e3f300b2e52..fb378d3e0df 100644 --- a/docs/7.x/use-theme/index.html +++ b/docs/7.x/use-theme/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/used-by/index.html b/docs/7.x/used-by/index.html index 51e694386ec..7bf29350b0c 100644 --- a/docs/7.x/used-by/index.html +++ b/docs/7.x/used-by/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/7.x/web-support/index.html b/docs/7.x/web-support/index.html index 24937e10961..99edb3ec02a 100644 --- a/docs/7.x/web-support/index.html +++ b/docs/7.x/web-support/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/MST-integration/index.html b/docs/MST-integration/index.html index fee057041ca..2a654edfd5e 100644 --- a/docs/MST-integration/index.html +++ b/docs/MST-integration/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/auth-flow/index.html b/docs/auth-flow/index.html index 35d3f401fb6..f5f8623d4c8 100644 --- a/docs/auth-flow/index.html +++ b/docs/auth-flow/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/bottom-tab-navigator/index.html b/docs/bottom-tab-navigator/index.html index 861e1a12bca..1febb90759e 100644 --- a/docs/bottom-tab-navigator/index.html +++ b/docs/bottom-tab-navigator/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/configuring-links/index.html b/docs/configuring-links/index.html index 840476c0d53..0f33a8c8b3e 100644 --- a/docs/configuring-links/index.html +++ b/docs/configuring-links/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/connecting-navigation-prop/index.html b/docs/connecting-navigation-prop/index.html index 2381a5bc45c..1384acde014 100644 --- a/docs/connecting-navigation-prop/index.html +++ b/docs/connecting-navigation-prop/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/contributing/index.html b/docs/contributing/index.html index f6aeda2d5ae..9c8bbcca984 100644 --- a/docs/contributing/index.html +++ b/docs/contributing/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/custom-android-back-button-handling/index.html b/docs/custom-android-back-button-handling/index.html index a7b124f459d..94b5bf3bd3a 100644 --- a/docs/custom-android-back-button-handling/index.html +++ b/docs/custom-android-back-button-handling/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/custom-navigators/index.html b/docs/custom-navigators/index.html index d9cf84534ff..390c75ff11a 100644 --- a/docs/custom-navigators/index.html +++ b/docs/custom-navigators/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/custom-routers/index.html b/docs/custom-routers/index.html index 7bc7276c2d4..f457bc898b6 100644 --- a/docs/custom-routers/index.html +++ b/docs/custom-routers/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/deep-linking/index.html b/docs/deep-linking/index.html index f5e99b8f65c..555dd0a5d31 100644 --- a/docs/deep-linking/index.html +++ b/docs/deep-linking/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/devtools/index.html b/docs/devtools/index.html index 5b7def2dd46..f0a7ceb489f 100644 --- a/docs/devtools/index.html +++ b/docs/devtools/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/drawer-actions/index.html b/docs/drawer-actions/index.html index f0b55996f98..9c862e36eb1 100644 --- a/docs/drawer-actions/index.html +++ b/docs/drawer-actions/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/drawer-based-navigation/index.html b/docs/drawer-based-navigation/index.html index 2f954c5e8ea..7c335144b23 100644 --- a/docs/drawer-based-navigation/index.html +++ b/docs/drawer-based-navigation/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/drawer-layout/index.html b/docs/drawer-layout/index.html index 7d39f587868..1369cdeca68 100644 --- a/docs/drawer-layout/index.html +++ b/docs/drawer-layout/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/drawer-navigator/index.html b/docs/drawer-navigator/index.html index 8c6991a65d2..91d750f4333 100644 --- a/docs/drawer-navigator/index.html +++ b/docs/drawer-navigator/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/elements/index.html b/docs/elements/index.html index 435a9d66939..dff23589b43 100644 --- a/docs/elements/index.html +++ b/docs/elements/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/function-after-focusing-screen/index.html b/docs/function-after-focusing-screen/index.html index 737f4e89230..7027ad01bb2 100644 --- a/docs/function-after-focusing-screen/index.html +++ b/docs/function-after-focusing-screen/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/getting-started/index.html b/docs/getting-started/index.html index 38c38926259..5092df1e466 100644 --- a/docs/getting-started/index.html +++ b/docs/getting-started/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/glossary-of-terms/index.html b/docs/glossary-of-terms/index.html index 7f136eda528..970c3a55123 100644 --- a/docs/glossary-of-terms/index.html +++ b/docs/glossary-of-terms/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/group/index.html b/docs/group/index.html index 11170df06e5..48bc5fa4292 100644 --- a/docs/group/index.html +++ b/docs/group/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/handling-safe-area/index.html b/docs/handling-safe-area/index.html index 924c8e30b3f..f39e2f655ec 100644 --- a/docs/handling-safe-area/index.html +++ b/docs/handling-safe-area/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/header-buttons/index.html b/docs/header-buttons/index.html index 51a3124d8f9..cb0dceff885 100644 --- a/docs/header-buttons/index.html +++ b/docs/header-buttons/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/headers/index.html b/docs/headers/index.html index 7b113d857fd..ff483533807 100644 --- a/docs/headers/index.html +++ b/docs/headers/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/hello-react-navigation/index.html b/docs/hello-react-navigation/index.html index 6a9674f3f0b..c113f7b904a 100644 --- a/docs/hello-react-navigation/index.html +++ b/docs/hello-react-navigation/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/hiding-tabbar-in-screens/index.html b/docs/hiding-tabbar-in-screens/index.html index ce264a7f191..1c03326e4f4 100644 --- a/docs/hiding-tabbar-in-screens/index.html +++ b/docs/hiding-tabbar-in-screens/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/limitations/index.html b/docs/limitations/index.html index 6234ea17ae2..7d24dbafd92 100644 --- a/docs/limitations/index.html +++ b/docs/limitations/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/link/index.html b/docs/link/index.html index 9039f2ca093..a9f31078921 100644 --- a/docs/link/index.html +++ b/docs/link/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/material-bottom-tab-navigator/index.html b/docs/material-bottom-tab-navigator/index.html index 1fbff430ad0..5943334a684 100644 --- a/docs/material-bottom-tab-navigator/index.html +++ b/docs/material-bottom-tab-navigator/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/material-top-tab-navigator/index.html b/docs/material-top-tab-navigator/index.html index 9bd71fa0b3c..2c190a3ef29 100644 --- a/docs/material-top-tab-navigator/index.html +++ b/docs/material-top-tab-navigator/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/migration-guides/index.html b/docs/migration-guides/index.html index 33e1c13e0ca..fb8d8d765dd 100644 --- a/docs/migration-guides/index.html +++ b/docs/migration-guides/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/modal/index.html b/docs/modal/index.html index bc11adb05b7..287b8934474 100644 --- a/docs/modal/index.html +++ b/docs/modal/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/more-resources/index.html b/docs/more-resources/index.html index 0b00d2316f6..ca4dbc287dd 100644 --- a/docs/more-resources/index.html +++ b/docs/more-resources/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/multiple-drawers/index.html b/docs/multiple-drawers/index.html index 7ffab289d71..9c11ec1ece9 100644 --- a/docs/multiple-drawers/index.html +++ b/docs/multiple-drawers/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/native-stack-navigator/index.html b/docs/native-stack-navigator/index.html index 5c45918b7c4..1ba47c01af9 100644 --- a/docs/native-stack-navigator/index.html +++ b/docs/native-stack-navigator/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/navigating-without-navigation-prop/index.html b/docs/navigating-without-navigation-prop/index.html index 8fc6f6aa41f..c65b1aba2fc 100644 --- a/docs/navigating-without-navigation-prop/index.html +++ b/docs/navigating-without-navigation-prop/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/navigating/index.html b/docs/navigating/index.html index 1c2123d3ccf..0ec9e60f458 100644 --- a/docs/navigating/index.html +++ b/docs/navigating/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/navigation-actions/index.html b/docs/navigation-actions/index.html index 818e159650f..ec09069b8dc 100644 --- a/docs/navigation-actions/index.html +++ b/docs/navigation-actions/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/navigation-container/index.html b/docs/navigation-container/index.html index ab8b1e910ff..1e884c37c55 100644 --- a/docs/navigation-container/index.html +++ b/docs/navigation-container/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/navigation-context/index.html b/docs/navigation-context/index.html index 3fe0400c1c4..1de31d290d7 100644 --- a/docs/navigation-context/index.html +++ b/docs/navigation-context/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/navigation-events/index.html b/docs/navigation-events/index.html index a742a907be7..3bc7b11fdc3 100644 --- a/docs/navigation-events/index.html +++ b/docs/navigation-events/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/navigation-lifecycle/index.html b/docs/navigation-lifecycle/index.html index 127bf735e48..166879a105b 100644 --- a/docs/navigation-lifecycle/index.html +++ b/docs/navigation-lifecycle/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/navigation-prop/index.html b/docs/navigation-prop/index.html index 5c4a6b07295..299f89e7ccb 100644 --- a/docs/navigation-prop/index.html +++ b/docs/navigation-prop/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/navigation-solutions-and-community-libraries/index.html b/docs/navigation-solutions-and-community-libraries/index.html index efb56f531d3..0a68d595a81 100644 --- a/docs/navigation-solutions-and-community-libraries/index.html +++ b/docs/navigation-solutions-and-community-libraries/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/navigation-state/index.html b/docs/navigation-state/index.html index d90bbcf3d33..76193e3a03e 100644 --- a/docs/navigation-state/index.html +++ b/docs/navigation-state/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/nesting-navigators/index.html b/docs/nesting-navigators/index.html index 5c07e46701c..662bc0a3b81 100644 --- a/docs/nesting-navigators/index.html +++ b/docs/nesting-navigators/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/next-steps/index.html b/docs/next-steps/index.html index 0f08bfb7577..ae29a0a13e3 100644 --- a/docs/next-steps/index.html +++ b/docs/next-steps/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/params/index.html b/docs/params/index.html index fa77d893230..113766a3a2e 100644 --- a/docs/params/index.html +++ b/docs/params/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/pitch/index.html b/docs/pitch/index.html index 91ace44f992..7af266455a6 100644 --- a/docs/pitch/index.html +++ b/docs/pitch/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/preventing-going-back/index.html b/docs/preventing-going-back/index.html index 08543e2cf00..cb2c6921eda 100644 --- a/docs/preventing-going-back/index.html +++ b/docs/preventing-going-back/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/redux-integration/index.html b/docs/redux-integration/index.html index a060a4ed7b9..baecce92c20 100644 --- a/docs/redux-integration/index.html +++ b/docs/redux-integration/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/route-prop/index.html b/docs/route-prop/index.html index 4b791fe6408..f6f24a247ec 100644 --- a/docs/route-prop/index.html +++ b/docs/route-prop/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/screen-options-resolution/index.html b/docs/screen-options-resolution/index.html index 4e6f17031e0..81cade94f7c 100644 --- a/docs/screen-options-resolution/index.html +++ b/docs/screen-options-resolution/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/screen-options/index.html b/docs/screen-options/index.html index 4e1310f5425..1e6343ff49e 100644 --- a/docs/screen-options/index.html +++ b/docs/screen-options/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/screen-tracking/index.html b/docs/screen-tracking/index.html index 040e03a8f9f..26af4e74378 100644 --- a/docs/screen-tracking/index.html +++ b/docs/screen-tracking/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/screen/index.html b/docs/screen/index.html index 6a2dfc08a53..5b7df7fd647 100644 --- a/docs/screen/index.html +++ b/docs/screen/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/server-container/index.html b/docs/server-container/index.html index d95e0a63981..c726b8ea7d4 100644 --- a/docs/server-container/index.html +++ b/docs/server-container/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/server-rendering/index.html b/docs/server-rendering/index.html index a0d2b27140b..5e37b18e69e 100644 --- a/docs/server-rendering/index.html +++ b/docs/server-rendering/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/shared-element-transitions/index.html b/docs/shared-element-transitions/index.html index 51027a6e520..f763ca7da43 100644 --- a/docs/shared-element-transitions/index.html +++ b/docs/shared-element-transitions/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/stack-actions/index.html b/docs/stack-actions/index.html index e0ccf6e0569..442f90e4ef0 100644 --- a/docs/stack-actions/index.html +++ b/docs/stack-actions/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/stack-navigator/index.html b/docs/stack-navigator/index.html index daea3057bc6..bd8039392bc 100644 --- a/docs/stack-navigator/index.html +++ b/docs/stack-navigator/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/state-persistence/index.html b/docs/state-persistence/index.html index f1f9468f45a..66e1339fb7b 100644 --- a/docs/state-persistence/index.html +++ b/docs/state-persistence/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/status-bar/index.html b/docs/status-bar/index.html index 48898517b74..39d7f2a2699 100644 --- a/docs/status-bar/index.html +++ b/docs/status-bar/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/tab-actions/index.html b/docs/tab-actions/index.html index 15f86a79c32..f457f56da48 100644 --- a/docs/tab-actions/index.html +++ b/docs/tab-actions/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/tab-based-navigation/index.html b/docs/tab-based-navigation/index.html index 85a5070a47d..901869718a8 100644 --- a/docs/tab-based-navigation/index.html +++ b/docs/tab-based-navigation/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/tab-view/index.html b/docs/tab-view/index.html index ff035574dd0..c9680ed5711 100644 --- a/docs/tab-view/index.html +++ b/docs/tab-view/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/testing/index.html b/docs/testing/index.html index e4f470035bf..9db61bd290a 100644 --- a/docs/testing/index.html +++ b/docs/testing/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/themes/index.html b/docs/themes/index.html index 82a3e017d52..13e5df8a4b1 100644 --- a/docs/themes/index.html +++ b/docs/themes/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/troubleshooting/index.html b/docs/troubleshooting/index.html index c82b5c8d653..4371a5877f4 100644 --- a/docs/troubleshooting/index.html +++ b/docs/troubleshooting/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/typescript/index.html b/docs/typescript/index.html index ec4c287899b..4a5fa6c8aa1 100644 --- a/docs/typescript/index.html +++ b/docs/typescript/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/upgrading-from-5.x/index.html b/docs/upgrading-from-5.x/index.html index 491322f5da1..d4f2fd18d61 100644 --- a/docs/upgrading-from-5.x/index.html +++ b/docs/upgrading-from-5.x/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/use-focus-effect/index.html b/docs/use-focus-effect/index.html index bc6fe389203..024c91d6245 100644 --- a/docs/use-focus-effect/index.html +++ b/docs/use-focus-effect/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/use-is-focused/index.html b/docs/use-is-focused/index.html index c53fba2c08b..34e4cb9950b 100644 --- a/docs/use-is-focused/index.html +++ b/docs/use-is-focused/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/use-link-builder/index.html b/docs/use-link-builder/index.html index c7ce98c0c9b..edeee904cac 100644 --- a/docs/use-link-builder/index.html +++ b/docs/use-link-builder/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/use-link-props/index.html b/docs/use-link-props/index.html index f56e4b53c33..e6250d2e860 100644 --- a/docs/use-link-props/index.html +++ b/docs/use-link-props/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/use-link-to/index.html b/docs/use-link-to/index.html index 8ee654f5b65..0323464386a 100644 --- a/docs/use-link-to/index.html +++ b/docs/use-link-to/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/use-navigation-state/index.html b/docs/use-navigation-state/index.html index ca73c90a470..b5c84e9143a 100644 --- a/docs/use-navigation-state/index.html +++ b/docs/use-navigation-state/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/use-navigation/index.html b/docs/use-navigation/index.html index a89629e1994..fd3f12fb01e 100644 --- a/docs/use-navigation/index.html +++ b/docs/use-navigation/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/use-route/index.html b/docs/use-route/index.html index c91cf9caddb..494eced0fa9 100644 --- a/docs/use-route/index.html +++ b/docs/use-route/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/use-scroll-to-top/index.html b/docs/use-scroll-to-top/index.html index 1d09f653dd7..3fe22dec95a 100644 --- a/docs/use-scroll-to-top/index.html +++ b/docs/use-scroll-to-top/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/use-theme/index.html b/docs/use-theme/index.html index bd66a8fd2d0..3c1003a990c 100644 --- a/docs/use-theme/index.html +++ b/docs/use-theme/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/used-by/index.html b/docs/used-by/index.html index 1ef9fd3110b..49189e6c8e3 100644 --- a/docs/used-by/index.html +++ b/docs/used-by/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/web-support/index.html b/docs/web-support/index.html index fbfa961ac49..ec1680c7052 100644 --- a/docs/web-support/index.html +++ b/docs/web-support/index.html @@ -14,7 +14,7 @@ - + diff --git a/help/index.html b/help/index.html index d22f81f70e4..bce1a6411be 100644 --- a/help/index.html +++ b/help/index.html @@ -14,7 +14,7 @@ - + diff --git a/home/Features/index.html b/home/Features/index.html index f11b2a657df..69f0bfeaee9 100644 --- a/home/Features/index.html +++ b/home/Features/index.html @@ -14,7 +14,7 @@ - + diff --git a/home/Splash/SplashLeftIllustration/index.html b/home/Splash/SplashLeftIllustration/index.html index 4005dfb7745..9eae3f3d2e2 100644 --- a/home/Splash/SplashLeftIllustration/index.html +++ b/home/Splash/SplashLeftIllustration/index.html @@ -14,7 +14,7 @@ - + diff --git a/home/Splash/SplashRightIllustration/index.html b/home/Splash/SplashRightIllustration/index.html index dd8ea8653b7..133044e8338 100644 --- a/home/Splash/SplashRightIllustration/index.html +++ b/home/Splash/SplashRightIllustration/index.html @@ -14,7 +14,7 @@ - + diff --git a/home/Splash/index.html b/home/Splash/index.html index ac6e26ced52..53b24db568c 100644 --- a/home/Splash/index.html +++ b/home/Splash/index.html @@ -14,7 +14,7 @@ - + diff --git a/home/Sponsors/index.html b/home/Sponsors/index.html index e4194dc380f..a263250550a 100644 --- a/home/Sponsors/index.html +++ b/home/Sponsors/index.html @@ -14,7 +14,7 @@ - + diff --git a/index.html b/index.html index 90b32c6a848..942f94ab64a 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ - + diff --git a/search/index.html b/search/index.html index c7806e3e287..661c1832f12 100644 --- a/search/index.html +++ b/search/index.html @@ -14,7 +14,7 @@ - +