Commit 2572b7c7 authored by alep's avatar alep

Update app.js

parent 275bbabb
Pipeline #694 failed with stages
in 1 minute 18 seconds
......@@ -6,7 +6,7 @@
*/
import { NewAppScreen } from '@react-native/new-app-screen';
import { StatusBar, StyleSheet, useColorScheme, View } from 'react-native';
import { StatusBar, StyleSheet, useColorScheme, View ,Text} from 'react-native';
import {
SafeAreaProvider,
useSafeAreaInsets,
......@@ -28,10 +28,7 @@ function AppContent() {
return (
<View style={styles.container}>
<NewAppScreen
templateFileName="App.tsx"
safeAreaInsets={safeAreaInsets}
/>
<Text>Hello</Text>
</View>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment