Skip to content

kamalmalaklife/with-google-ads-mediation-facebook

 
 

Repository files navigation

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:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.6%
  • Ruby 24.2%
  • JavaScript 5.2%