resourcing tabs

deskripsi:
- coba tabs
This commit is contained in:
2025-06-24 10:45:42 +08:00
parent 8d9f52b85c
commit 4835d51f35
15 changed files with 187 additions and 118 deletions

View File

@@ -0,0 +1,9 @@
import { Text, View } from "react-native";
export default function Katalog() {
return (
<View>
<Text>Katalog</Text>
</View>
);
}