af-brother-mobile-ads
v1.0.2
Published
AFbrother is an advertising service provider for both advertisers and publishers.
Downloads
3
Readme
AFbrother (not yet available)
AFbrother is an advertising service provider for both advertisers and publishers.
Installation
1.) install react native
2.) install AFbrothor
npm i af-brother-mobile-ads
Usage
# Import AFbrother
import {HeaderAd, StickyAd, InPageAd, SlideAd} from 'af-brother-mobile-ads';
# Header, Sticky, Slide
Position In App.js ->first code
or Position In App.js ->first code in SafeAreaView
<HeaderAd dataWebKey="example0a" dataCreativeWebKey="example01" />
<StickyAd dataWebKey="example0a" dataCreativeWebKey="example02" />
<SlideAd dataWebKey="example0a" dataCreativeWebKey="example03" />
# In-page
Position want to show ads.
<InPageAd dataWebKey="example0a" dataCreativeWebKey="example04"/>