林旭祥 hace 2 semanas
padre
commit
f4f9afb6a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      App.tsx

+ 1 - 1
App.tsx

@@ -4,7 +4,7 @@ import { StyleSheet, Text, View } from 'react-native';
 export default function App() {
   return (
     <View style={styles.container}>
-      <Text>111</Text>
+      <Text>333</Text>
       <StatusBar style="auto" />
     </View>
   );