react-native-admob
react-native-admob copied to clipboard
A react-native component for Google AdMob banners
Please try to incoroporate native ads. because using react-native-admob-native-ads with this library is giving build error that can not be solved
D:\projects\fortuna\node_modules\react-native-admob\android\src\main\java\com\sbugert\rnadmob\RNAdMobRewardedVideoAdModule.java:89: error: method does not override or implement a method from a supertype @Override ^ 1 error :react-native-admob:compileReleaseJavaWithJavac FAILED FAILURE: Build failed with an exception. * What went wrong: Execution...
Hello I have cheked some post about the same but never solve it. people talk about react-native-ad-consent But how can implement it in our project using this extension? Plx HELP!
Hey ! So, I'm having a lot of trouble when I try to put ads on my app, but only with the iOS part. First, I tried to follow the...
Hi, I have followed all the steps and set up everything but no matter what ad is not showing on the physical iOS device. I wasn't getting the ad in...
Recently I updated my webview app on the appstore and playstore with a new react-native app, after releasing the application to small percentages of users I have seen that too...
also this error
thought this should work automatically. ``` "react": "17.0.1", "react-native": "0.64.0", "react-native-admob": "^2.0.0-beta.6", ``` ``` Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 /mobile/node_modules/react-native-admob/android/src/main/java/com/sbugert/rnadmob/RNAdMobInterstitialAdModule.java:16: error: cannot find symbol import com.google.android.gms.ads.InterstitialAd; ```