fix(frontend): Исправлено название роута поиска в _layout
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Image as ImageIcon, Search } from 'lucide-react-native';
|
import { Image as ImageIcon, Search } from 'lucide-react-native';
|
||||||
import { Link, Tabs } from 'expo-router';
|
import { Tabs } from 'expo-router';
|
||||||
import { Pressable } from 'react-native';
|
|
||||||
|
|
||||||
import Colors from '@/constants/Colors';
|
import Colors from '@/constants/Colors';
|
||||||
import { useColorScheme } from '@/components/useColorScheme';
|
import { useColorScheme } from '@/components/useColorScheme';
|
||||||
@ -23,7 +22,7 @@ export default function TabLayout() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Tabs.Screen
|
<Tabs.Screen
|
||||||
name="two"
|
name="search"
|
||||||
options={{
|
options={{
|
||||||
title: 'Поиск',
|
title: 'Поиск',
|
||||||
tabBarIcon: ({ color }) => <Search size={28} color={color} style={{ marginBottom: -3 }} />,
|
tabBarIcon: ({ color }) => <Search size={28} color={color} style={{ marginBottom: -3 }} />,
|
||||||
|
|||||||
Reference in New Issue
Block a user