@@ -65,15 +65,15 @@ function Demo() {
65
65
66
66
// codeblock-focus-start
67
67
const MyTabs = createBottomTabNavigator ({
68
- initialRouteName: ' Analitics ' ,
68
+ initialRouteName: ' Analytics ' ,
69
69
// highlight-start
70
70
tabBar : () => null ,
71
71
screenOptions: {
72
72
headerShown: false ,
73
73
},
74
74
// highlight-end
75
75
screens: {
76
- Analitics : Demo,
76
+ Analytics : Demo,
77
77
Profile: Demo,
78
78
},
79
79
});
@@ -133,11 +133,11 @@ export default function App() {
133
133
< Stack .Screen name= " Home" >
134
134
{() => (
135
135
< Tab .Navigator
136
- initialRouteName= " Analitics "
136
+ initialRouteName= " Analytics "
137
137
tabBar= {() => null }
138
138
screenOptions= {{ headerShown: false }}
139
139
>
140
- < Tab .Screen name= " Analitics " component= {Demo} / >
140
+ < Tab .Screen name= " Analytics " component= {Demo} / >
141
141
< Tab .Screen name= " Profile" component= {Demo} / >
142
142
< / Tab .Navigator >
143
143
)}
@@ -195,13 +195,13 @@ function Demo() {
195
195
// codeblock-focus-end
196
196
197
197
const MyTabs = createBottomTabNavigator ({
198
- initialRouteName: ' Analitics ' ,
198
+ initialRouteName: ' Analytics ' ,
199
199
tabBar : () => null ,
200
200
screenOptions: {
201
201
headerShown: false ,
202
202
},
203
203
screens: {
204
- Analitics : Demo,
204
+ Analytics : Demo,
205
205
Profile: Demo,
206
206
},
207
207
});
@@ -285,11 +285,11 @@ export default function App() {
285
285
< Stack .Screen name= " Home" >
286
286
{() => (
287
287
< Tab .Navigator
288
- initialRouteName= " Analitics "
288
+ initialRouteName= " Analytics "
289
289
tabBar= {() => null }
290
290
screenOptions= {{ headerShown: false }}
291
291
>
292
- < Tab .Screen name= " Analitics " component= {Demo} / >
292
+ < Tab .Screen name= " Analytics " component= {Demo} / >
293
293
< Tab .Screen name= " Profile" component= {Demo} / >
294
294
< / Tab .Navigator >
295
295
)}
@@ -363,13 +363,13 @@ function Demo() {
363
363
// codeblock-focus-end
364
364
365
365
const MyTabs = createBottomTabNavigator ({
366
- initialRouteName: ' Analitics ' ,
366
+ initialRouteName: ' Analytics ' ,
367
367
tabBar : () => null ,
368
368
screenOptions: {
369
369
headerShown: false ,
370
370
},
371
371
screens: {
372
- Analitics : Demo,
372
+ Analytics : Demo,
373
373
Profile: Demo,
374
374
},
375
375
});
@@ -448,11 +448,11 @@ export default function App() {
448
448
< Stack .Screen name= " Home" >
449
449
{() => (
450
450
< Tab .Navigator
451
- initialRouteName= " Analitics "
451
+ initialRouteName= " Analytics "
452
452
tabBar= {() => null }
453
453
screenOptions= {{ headerShown: false }}
454
454
>
455
- < Tab .Screen name= " Analitics " component= {Demo} / >
455
+ < Tab .Screen name= " Analytics " component= {Demo} / >
456
456
< Tab .Screen name= " Profile" component= {Demo} / >
457
457
< / Tab .Navigator >
458
458
)}
0 commit comments