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 58ac488 commit dbdb94eCopy full SHA for dbdb94e
Random-Generator/app/(tabs)/_layout.tsx
@@ -48,10 +48,10 @@ export default function TabLayout() {
48
}}
49
/>
50
<Tabs.Screen
51
- name="gidle"
+ name="unsplash"
52
options={{
53
- title: '(G)I-DLE',
54
- tabBarIcon: ({ color }) => <TabBarIcon name="image" color={color} />,
+ title: 'Unsplash',
+ tabBarIcon: ({ color }) => <TabBarIcon name="star" color={color} />,
55
56
57
@@ -61,6 +61,13 @@ export default function TabLayout() {
61
tabBarIcon: ({ color }) => <TabBarIcon name="map" color={color} />,
62
63
64
+ <Tabs.Screen
65
+ name="gidle"
66
+ options={{
67
+ title: '(G)I-DLE',
68
+ tabBarIcon: ({ color }) => <TabBarIcon name="image" color={color} />,
69
+ }}
70
+ />
71
72
</Tabs>
73
0 commit comments