test: hot update v8 to v9

This commit is contained in:
LukeMackin
2026-07-20 23:24:06 +08:00
parent 79a1d306ee
commit e6a8f51f61
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ var AppRegistry = require("react-native").AppRegistry;
function App() {
return React.createElement(View, {style: {flex:1,backgroundColor:"#0f172a",alignItems:"center",justifyContent:"center"}},
React.createElement(Text, {style: {fontSize:28,fontWeight:"800",color:"#e2e8f0"}}, "Yuzu GCA"),
React.createElement(Text, {style: {fontSize:14,color:"#64748b",marginTop:8}}, "v0.1.0-dav-android-8"),
React.createElement(Text, {style: {fontSize:14,color:"#64748b",marginTop:8}}, "v0.1.0-dav-android-9"),
React.createElement(Text, {style: {fontSize:12,color:"#3b82f6",marginTop:16}}, "expo-updates active")
);
}