import { StatusBar } from 'expo-status-bar'; import { Text, View, StyleSheet } from 'react-native'; export default function App() { return ( Yuzu GCA v0.1.0-dav-android-8 expo-updates 热更新已激活 ); } const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#0f172a', alignItems: 'center', justifyContent: 'center' }, title: { fontSize: 28, fontWeight: '800', color: '#e2e8f0' }, version: { fontSize: 14, color: '#64748b', marginTop: 8 }, subtitle: { fontSize: 12, color: '#3b82f6', marginTop: 16 }, });