react-native-af-brother-mobile-ads

1.0.2 • Public • Published

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 react-native-af-brother-mobile-ads

Usage

# Import AFbrother
import {HeaderAd, StickyAd, InPageAd, SlideAd} from 'react-native-af-brother-mobile-ads';

# Header, Sticky, Slide
Location to place the code ( 1 or 2 )
1.) App.js -> first code
2.) App.js -> SafeAreaView -> first code

<HeaderAd appKey="example0a" adKey="example01" />
<StickyAd appKey="example0a" adKey="example02" />
<SlideAd appKey="example0a" adKey="example03" />

# In-page
Location to place the code ( Position want to show ads.)
<InPageAd appKey="example0a" adKey="example04"/>

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-af-brother-mobile-ads

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

8.3 kB

Total Files

13

Last publish

Collaborators

  • jimmy.skuberg