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