main
alex 2023-07-06 09:45:09 +02:00
parent ab42278e0f
commit 434383d72b
1 changed files with 1 additions and 1 deletions

2
App.js
View File

@ -9,7 +9,7 @@ function App() {
};
return <SafeAreaView style={backgroundStyle}>
<Text>hallo test ey</Text>
<Text>hallo test test</Text>
</SafeAreaView>
}