React Native implemention of Google Mobile Ads Mediation Test Suite
npm install react-native-mediation-test-suite
cd ios
pod install
import MediationTestSuite from "react-native-mediation-test-suite";
// ...
MediationTestSuite.launch();
See example project in https://github.com/BetOnYou/react-native-mediation-test-suite/blob/master/example/src/App.tsx
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT