added tailwind

This commit is contained in:
Linus109
2025-11-24 22:06:55 +01:00
parent d3a13321c7
commit 56ae3a1b2d
12 changed files with 1010 additions and 44 deletions

View File

@@ -1,15 +1,8 @@
import { Text, View } from "react-native";
import React from "react";
import ManyHelloes from "./Hello_World";
export default function Index() {
return (
<View
style={{
flex: 1,
justifyContent: "center",
alignItems: "center",
}}
>
<Text>Edit app/index.tsx to edit this screen.</Text>
</View>
<ManyHelloes/>
);
}