1.0.0 • Published 6 months ago
react-native-admob-mintegral-adapter v1.0.0
react-native-admob-mintegral-adapter
Wrapper of mintegral 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 mintegral as a mediation partner for admob:
- https://developers.google.com/admob/android/mediation/mintegral
- https://developers.google.com/admob/ios/mediation/mintegral
When the admob guide ask you to install package or write you this librairy instead.
Installation
# Install the admob module
npm install react-native-google-mobile-ads
# Install the mintegral adapter for admob mediation
npm install react-native-admob-mintegral-adapter
Add the maven repositories
maven {
url = uri("https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea")
}
Expo User
For expo user, this librairy only works for development build, it didn't work in Expo Go.
Add the maven repositories with "expo-build-properties"
Usage
import AdmobMintegralAdapter from 'react-native-admob-mintegral-adapter';
AdmobMintegralAdapter.setConsent(true);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library