share modal

This commit is contained in:
2025-10-03 11:32:47 +02:00
parent d03cec164f
commit 8ea7f89c7b
12 changed files with 413 additions and 125 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
import React from "react";
import { Alert, Pressable, Platform, Text } from "react-native";
import { BlurView } from "expo-blur";
import { Image } from "expo-image";
import React from "react";
import { Alert, Platform, Pressable, Text } from "react-native";
import { icons } from "../assets";
import { Palette } from "../styles";
import { FONT_FAMILY } from "../styles/Fonts";
import { icons } from "../assets";
import { Image } from "expo-image";
export default function ShareBtnWeb({ style }) {
const handleShare = () => {
@@ -51,7 +51,7 @@ export default function ShareBtnWeb({ style }) {
fontFamily: FONT_FAMILY.InterMedium,
}}
>
Partager l'expérience
Partagez l'expérience
</Text>
<Image
source={icons.share}