We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you follow the instructions and install
npm install --save @capacitor-community/[email protected]
It will throw errors about classes like AdmobConsentStatus not being exported.
But if you install npm install --save @capacitor-community/admob@latest
npm install --save @capacitor-community/admob@latest
Everything works fine
The text was updated successfully, but these errors were encountered:
Hmm, the instructions are missing the AdmobConsentStatus import.
AdmobConsentStatus
Change the import line to: import { AdMob, AdmobConsentStatus } from "@capacitor-community/admob";
import { AdMob, AdmobConsentStatus } from "@capacitor-community/admob";
Sorry, something went wrong.
No branches or pull requests
If you follow the instructions and install
npm install --save @capacitor-community/[email protected]
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
The text was updated successfully, but these errors were encountered: