init glueastack Components
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { Text, View, Pressable } from "react-native";
|
||||
import { Link } from "expo-router";
|
||||
|
||||
import { Button, ButtonText } from "@/components/ui/button"
|
||||
|
||||
export default function Index() {
|
||||
return (
|
||||
<View>
|
||||
@@ -9,6 +12,10 @@ export default function Index() {
|
||||
<Text>Notices</Text>
|
||||
</Pressable>
|
||||
</Link>
|
||||
|
||||
<Button size="md" variant="solid" action="primary">
|
||||
<ButtonText>Zobacz ogłoszenie</ButtonText>
|
||||
</Button>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user