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
عباية خليجية مصنوعة من أقمشة فاخرة وخامات فائقة الجودة 799,00EGP
799,00EGP

Cart totals

Subtotal799,00EGP
Total799,00EGP
Scroll to Top