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 e9e568c commit 4adea12Copy full SHA for 4adea12
versioned_docs/version-6.x/handling-safe-area.md
@@ -67,11 +67,11 @@ export default function App() {
67
<Stack.Screen name="Home">
68
{() => (
69
<Tab.Navigator
70
- initialRouteName="Analitics"
+ initialRouteName="Analytics"
71
tabBar={() => null}
72
screenOptions={{ headerShown: false }}
73
>
74
- <Tab.Screen name="Analitics" component={Demo} />
+ <Tab.Screen name="Analytics" component={Demo} />
75
<Tab.Screen name="Profile" component={Demo} />
76
</Tab.Navigator>
77
)}
0 commit comments