react-native-af-brother-mobile-ads
v1.0.2
Published
AFbrother is an advertising service provider for both advertisers and publishers.
Downloads
9
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 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"/>