expo-mopub
Version:
this is mopub sdk react native library compatible with expo
11 lines (10 loc) • 328 B
JavaScript
import RNMoPubInterstitial from './src/RNMoPubInterstitial';
import MoPubBanner from './src/MoPubBanner';
import RNMoPubRewardedVideo from './src/RNMoPubRewardedVideo';
import RNNativeAdView from './src/RNNativeAdView'
module.exports = {
RNMoPubInterstitial,
MoPubBanner,
RNMoPubRewardedVideo,
RNNativeAdView
};