capacitor-community / admob

Community plugin for using Google AdMob
MIT License
205 stars 66 forks source link

Following directions on main page leads to error #289

Open harryt2 opened 8 months ago

harryt2 commented 8 months ago

If you follow the instructions and install

npm install --save @capacitor-community/admob@5.0.0

It will throw errors about classes like AdmobConsentStatus not being exported.

But if you install npm install --save @capacitor-community/admob@latest

Everything works fine

mledwards commented 8 months ago

Hmm, the instructions are missing the AdmobConsentStatus import.

Change the import line to: import { AdMob, AdmobConsentStatus } from "@capacitor-community/admob";