Wrapper of applovin adapter for admob mediation
npm install react-native-admob-applovin-adapterWrapper of applovin adapter for admob mediation.
This should be used with Google Mobile Ads (Admob) : https://github.com/invertase/react-native-google-mobile-ads
Follow their step of installation and configuration before installing this package.
Follow the step for android and ios integration of applovin as a mediation partner for admob:
- https://developers.google.com/admob/android/mediation/applovin
- https://developers.google.com/admob/ios/mediation/applovin
When the admob guide ask you to install package or write code, use this librairy instead.
``shInstall the admob module
npm install react-native-google-mobile-ads
Expo User
For expo user, this librairy only works for development build, it didn't work in Expo Go.
Usage
`js
import AdmobAppLovinAdapter from "react-native-admob-applovin-adapter";// ...
AdmobAppLovinAdapter.setConsent(true);
``See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library