Detalhes do pacote

react-native-adgeist

KishoreLeagueX1.2kMIT1.2.17

Adtech platform to serve advertisements to publishers app

react-native, ios, android

readme (leia-me)

react-native-adgeist

Adtech platform to serve advertisements to publishers app

Installation

npm install react-native-adgeist

Usage

import { BannerAd } from 'react-native-adgeist';

// ...

<BannerAd
    dataPublisherId={PUBLISHER_ID}
    dataAdSlot={ADSPACE_ID}
    width={400}
    height={300}
/>