Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

450
Views
`Ad already loaded` error in React-native EXPO CLI

When i Click on Button, Admob ad display, but when i click again they show me Error Ad is already Loaded and then ad not display.

import * as React from 'react';
import { ScrollView, View,Button } from 'react-native'
import {AdMobInterstitial} from 'expo-ads-admob';
export default function Publications() {
    const showad = async () => {
        try {
         // Display an interstitial
await AdMobInterstitial.setAdUnitID('ca-app-pub-3940256099942544/1033173712'); // Test ID, Replace with your-admob-unit-id
await AdMobInterstitial.requestAdAsync({ servePersonalizedAds: true});
await AdMobInterstitial.showAdAsync();
 } catch (error) {
        console.error(error);
       } 
     }   
      return (        
         <Button       
         title="Press me"
         onPress={showad}/>
       )   
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!