Questions tagged [react-native-google-mobile-ads]

23 questions
0
votes
1 answer

React native - Error with Google mobile ads

I am build a mobile app with react native "react-native": "^0.71.1", "react-native-google-mobile-ads": "^9.1.1" Without google-mobile-ads, app is working okay. But with this module, I get this error 023-02-07 23:05:06.067 xcodebuild[92292:1835009]…
Lee
  • 333
  • 3
  • 7
  • 19
0
votes
0 answers

Error: Requiring module "node_modules\react-native-google-mobile-ads\src\index.ts", which threw an exception:

I would like to use react native google ad mob but I have this error that bothers me a lot: Error: Requiring module "node_modules\react-native-google-mobile-ads\index.ts", which threw an exception: Invariant violation: Your JavaScript code tried to…
0
votes
0 answers

Change ad banner for react native application

I have an advertising banner at the bottom of the main page of the application! I want to change it on a timer to another banner! Some Screen: function SomeScreen() { return ( ...
0
votes
1 answer

React Native Admob Test-Ads take a long time to load on an emulator

Is it normal for the test-ads to take several minutes before loading on an android emulator. I am specifically talking about the banner test-ads. I am using react-native-google-mobile-ads with Expo. The area where the banner would be displayed is…
0
votes
0 answers

React Native Google Mobile Ads Displaying Ads but Not Getting Money

My rewarded ads are displaying perfectly fine on users phones. No issues there. However, when checking my google ad mob account, the metrics are not updated. There is no increase in estimated earnings or in the number of impressions. I had made…
0
votes
0 answers

eas build for android on expo project in visual studio returns error on run gradlew step because of npm package react-native-google-mobile-ads

As the title describes, i have an expo project on visual studio. Everytime i try running eas build on th eterminal for an android apk, i get 2 errors due to the react-native-google-mobile-ads package. The errors specify "Cannot get property…
0
votes
1 answer

Google Admob not showing in product mode for ios (react native)

I am using "react-native-google-mobile-ads": "^6.3.0", It was working when I uses expo-ads-admob https://docs.expo.dev/versions/latest/sdk/admob/ But it's deprecated a month ago, and they recommended using react-native-google-mobile-ads. So I…
Nomura Nori
  • 4,689
  • 8
  • 47
  • 85
-1
votes
2 answers

React Native Google Mobile Ads Expo

I have an application that I just started in expo. It was working fine until I added the 'react-native-google-mobile-ads' package to the application, but after adding it, it started throwing the following errors constantly. Although I did all the…
1
2