Zabron Msigwa
Results
2
comments of
Zabron Msigwa
AdMobInterstitial.setAdUnitID(adInterstitialUnitID); AdMobInterstitial.requestAdAsync({ servePersonalizedAds: true }) .then(async () => { await AdMobInterstitial.showAdAsync(); setTimeout(() => { //Here Write your code after user seen ad }, 3000); setLoading(false); }) .catch((error) => console.log(error)) .finally(()...
peer react@"^16.8.0" from @koale/[email protected] also im using react 18