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