import React from 'react'; import { Tabs } from 'expo-router'; import { Platform } from 'react-native'; import Svg, { Path } from 'react-native-svg'; import {TabAccountIcon, TabChargingIcon, TabHomeIcon } from '../../../component/global/SVG'; export default function TabLayout() { return ( ( ) }} /> ( ) }} /> ( ) }} /> ); }