We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c3617 commit 262034dCopy full SHA for 262034d
versioned_docs/version-6.x/handling-safe-area.md
@@ -71,11 +71,11 @@ export default function App() {
71
<Stack.Screen name="Home">
72
{() => (
73
<Tab.Navigator
74
- initialRouteName="Analitics"
+ initialRouteName="Analytics"
75
tabBar={() => null}
76
screenOptions={{ headerShown: false }}
77
>
78
- <Tab.Screen name="Analitics" component={Demo} />
+ <Tab.Screen name="Analytics" component={Demo} />
79
<Tab.Screen name="Profile" component={Demo} />
80
</Tab.Navigator>
81
)}
0 commit comments