sbugert / react-native-admob

A react-native component for Google AdMob banners
BSD 2-Clause "Simplified" License
1.13k stars 530 forks source link

Cannot build android after installing. I think it had issues with linking? #561

Open genesy opened 3 years ago

genesy commented 3 years ago

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;
frankied003 commented 3 years ago

I just started getting this out of nowhere and i've been using this library for past month

leekuo commented 3 years ago

I think it's related to https://github.com/sbugert/react-native-admob/issues/560