React Native module for Admob Ad Inspector https://developers.google.com/admob/ios/ad-inspector
WARNING: only available for IOS at the moment
npm install react-native-ad-inspector
cd ios; pod installimport AdInspector from "react-native-ad-inspector";
// ...
AdInspector.open()See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT