0.2.0 • Published 3 years ago

with-google-ads-mediation-facebook v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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:

Installation

Prerequisites:

  • App project using Expo SDK 41+.
  • Installed expo-cli@4.4.4 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 and expo 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