1.0.2 • Published 2 years ago

af-brother-mobile-ads v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago