@beletsky/react-native-yandex-ads
Version:
24 lines • 738 B
JavaScript
import { initialize } from './utils';
export { default as AdRewarded } from './rewarded';
export { default as AdInterstitial } from './interstitial';
export { default as AdBanner } from './banner';
// @ts-ignore
export { InterstitialEventTypes, RewardedEventTypes } from './resources';
export { AdBannerType, YA_NATIVE_ID as NativeAdTypes
// @ts-ignore
} from './resources';
// @ts-ignore
import { AdNative as AdContainer } from './native';
import { AdMedia, AdImage, AdText, AdContainer as AdView } from './components';
export const AdNative = {
Container: AdContainer,
View: AdView,
Image: AdImage,
Media: AdMedia,
Text: AdText
};
const YandexAds = {
initialize
};
export default YandexAds;
//# sourceMappingURL=index.js.map