with-google-ads-mediation-facebook
v0.2.0
Published
An Expo config plugin to add GoogleMobileAdsMediationFacebook Pod into Podfile on Expo EAS, and setup the Android project gradle files
Downloads
7
Maintainers
Readme
Expo - with-google-ads-mediation-facebook
An Expo Config Plugin to add the GoogleMobileAdsMediationFacebook pod to your ios Podfile without ejecting or touching native code.
This lets you use Facebook Audience Network with Google AdMob mediation.
You can learn more about it here:
- Google / Facebook Mediation Documentation - iOS
- Google / Facebook Mediation Documentation - Android
- Config Plugins - Expo docs
- Expo Managed Workflow in 2021: part 1, part 2
Installation
Prerequisites:
- App project using Expo SDK 41+.
- Installed
[email protected]
or later.
With expo install
expo install with-google-ads-mediation-facebook
Without expo install
# using yarn
yarn add with-google-ads-mediation-facebook
# using npm
npm install with-google-ads-mediation-facebook
Open your app.json
or app.config.js
and update your plugins
section (expo install
would do it for you):
{
"plugins": ["with-google-ads-mediation-facebook"]
}
Building and running
You can either:
- Use
expo prebuild
andexpo run:android
/expo run:ios
to update your native projects, - Use EAS Build to build your development client and release versions.
Credits
- Expo
License
GNU GPL v3