import { useEffect, useState } from 'react'; import { Image, TouchableOpacity, Linking } from 'react-native';function SouqAd() { const [ad, setAd] = useState(null);useEffect(() => { fetch('https://YOUR_DOMAIN/api/campaigns/random') .then(r => r.json()) .then(data => { setAd(data); // سجّل الظهور fetch('/api/campaigns/' + data.id + '/impression'); }); }, []);if (!ad) return null;return ( { fetch('/api/campaigns/' + ad.id + '/click'); Linking.openURL(ad.targetUrl); }}> ); }

حمل تطبيق سوق ماركت الآن

خصم 100 جنيه على أول طلب 🎁

اضغط على الزر المناسب لهاتفك

عربة التسوق

Remove itemThumbnail imageProductPriceQuantitySubtotal
فستان حرير لانجيرى 275,00EGP
275,00EGP
عباية خليجية مصنوعة من أقمشة فاخرة وخامات فائقة الجودة 699,00EGP
699,00EGP

Cart totals

Subtotal974,00EGP
Total974,00EGP
Scroll to Top