react-native-ad-manager
Version:
A react-native component for Google Ad Manager banners, interstitials and native ads.
9 lines • 487 B
JavaScript
export { default as Interstitial } from './CTKAdManagerInterstitial';
export { Banner } from './CTKAdManagerBanner';
export { AdaptiveBanner } from './CTKAdManagerAdaptiveBanner';
export { NativeAdsManager } from './native-ads/NativeAdsManager';
export { TriggerableView } from './native-ads/TriggerableViewManager';
export { default as withNativeAd } from './native-ads/withNativeAd';
export * from './AdManagerEvent';
export * from './AdManagerTypes';
//# sourceMappingURL=index.js.map