expo-ads-admob
Version:
Provides support for the Google AdMob SDK (https://www.google.com/admob/) for mobile advertising. This module is largely based of the react-native-admob (https://github.com/sbugert/react-native-admob) module, as the documentation and questions surrounding
6 lines • 306 B
JavaScript
export { default as AdMobBanner } from './AdMobBanner';
export { default as AdMobInterstitial } from './AdMobInterstitial';
export { default as AdMobRewarded } from './AdMobRewarded';
export { default as PublisherBanner } from './PublisherBanner';
export * from './AdMob';
//# sourceMappingURL=index.js.map