Archived
1
0

fix(frontend): Исправлено название роута поиска в _layout

This commit is contained in:
2025-11-27 12:09:04 +03:00
parent a9229e7f9d
commit dfed29075a

View File

@ -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 }} />,