react-native-admob icon indicating copy to clipboard operation
react-native-admob copied to clipboard

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

Open genesy opened this issue 3 years ago • 2 comments

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;

genesy avatar Apr 06 '21 21:04 genesy

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

frankied003 avatar Apr 06 '21 21:04 frankied003

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

leekuo avatar Apr 06 '21 23:04 leekuo