start adventur

This commit is contained in:
2025-10-13 11:45:35 +02:00
parent a83bd3128b
commit 7fdbb2344e
3 changed files with 131 additions and 21 deletions
-2
View File
@@ -1,4 +1,3 @@
import { Entypo } from "@expo/vector-icons";
import { BlurView } from "expo-blur";
import React from "react";
import { Pressable, Text } from "react-native";
@@ -38,7 +37,6 @@ export default function ConnectBtn({ style }) {
>
{"Se connecter"}
</Text>
<Entypo name="share-alternative" size={16} color="white" />
</BlurView>
</Pressable>
);