import { View, Text } from 'react-native'; import { Image } from 'expo-image'; import { useTheme } from '@/hooks/useTheme'; import { Screen } from '@/components/Screen'; import { styles } from './styles'; export default function DemoPage() { const { theme, isDark } = useTheme(); return ( APP 开发中 即将为您呈现应用界面 ); }