import { StyleSheet, Text, View } from 'react-native' import { Stack } from 'expo-router' import React from 'react' import { useTheme } from '../contexts/ThemeContext' const _layout = () => { const {colors} = useTheme(); return ( String(Date.now())} /> ) } export default _layout const styles = StyleSheet.create({})