1.0.2 • Published 3 years ago

af-brother-mobile-ads v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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"/>
1.0.2

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago