import { HapticTab } from '@/components/HapticTab'; import { IconSymbol } from '@/components/ui/IconSymbol'; import TabBarBackground from '@/components/ui/TabBarBackground'; import { Colors } from '@/constants/Colors'; import { Tabs } from 'expo-router'; import React from 'react'; import { Platform, useColorScheme } from 'react-native'; export default function TabLayout() { const colorScheme = useColorScheme(); return ( , }} /> , }} /> , }} /> , }} /> ); }