@@ -65,15 +65,15 @@ function Demo() {
6565
6666// codeblock-focus-start
6767const MyTabs = createBottomTabNavigator ({
68- initialRouteName: ' Analitics ' ,
68+ initialRouteName: ' Analytics ' ,
6969 // highlight-start
7070 tabBar : () => null ,
7171 screenOptions: {
7272 headerShown: false ,
7373 },
7474 // highlight-end
7575 screens: {
76- Analitics : Demo,
76+ Analytics : Demo,
7777 Profile: Demo,
7878 },
7979});
@@ -133,11 +133,11 @@ export default function App() {
133133 < Stack .Screen name= " Home" >
134134 {() => (
135135 < Tab .Navigator
136- initialRouteName= " Analitics "
136+ initialRouteName= " Analytics "
137137 tabBar= {() => null }
138138 screenOptions= {{ headerShown: false }}
139139 >
140- < Tab .Screen name= " Analitics " component= {Demo} / >
140+ < Tab .Screen name= " Analytics " component= {Demo} / >
141141 < Tab .Screen name= " Profile" component= {Demo} / >
142142 < / Tab .Navigator >
143143 )}
@@ -195,13 +195,13 @@ function Demo() {
195195// codeblock-focus-end
196196
197197const MyTabs = createBottomTabNavigator ({
198- initialRouteName: ' Analitics ' ,
198+ initialRouteName: ' Analytics ' ,
199199 tabBar : () => null ,
200200 screenOptions: {
201201 headerShown: false ,
202202 },
203203 screens: {
204- Analitics : Demo,
204+ Analytics : Demo,
205205 Profile: Demo,
206206 },
207207});
@@ -285,11 +285,11 @@ export default function App() {
285285 < Stack .Screen name= " Home" >
286286 {() => (
287287 < Tab .Navigator
288- initialRouteName= " Analitics "
288+ initialRouteName= " Analytics "
289289 tabBar= {() => null }
290290 screenOptions= {{ headerShown: false }}
291291 >
292- < Tab .Screen name= " Analitics " component= {Demo} / >
292+ < Tab .Screen name= " Analytics " component= {Demo} / >
293293 < Tab .Screen name= " Profile" component= {Demo} / >
294294 < / Tab .Navigator >
295295 )}
@@ -363,13 +363,13 @@ function Demo() {
363363// codeblock-focus-end
364364
365365const MyTabs = createBottomTabNavigator ({
366- initialRouteName: ' Analitics ' ,
366+ initialRouteName: ' Analytics ' ,
367367 tabBar : () => null ,
368368 screenOptions: {
369369 headerShown: false ,
370370 },
371371 screens: {
372- Analitics : Demo,
372+ Analytics : Demo,
373373 Profile: Demo,
374374 },
375375});
@@ -448,11 +448,11 @@ export default function App() {
448448 < Stack .Screen name= " Home" >
449449 {() => (
450450 < Tab .Navigator
451- initialRouteName= " Analitics "
451+ initialRouteName= " Analytics "
452452 tabBar= {() => null }
453453 screenOptions= {{ headerShown: false }}
454454 >
455- < Tab .Screen name= " Analitics " component= {Demo} / >
455+ < Tab .Screen name= " Analytics " component= {Demo} / >
456456 < Tab .Screen name= " Profile" component= {Demo} / >
457457 < / Tab .Navigator >
458458 )}
0 commit comments