import React from 'react'; import { Platform } from 'react-native'; import { Stack } from 'expo-router'; export default function TabLayout() { return ( ); }