0.2.0 • Published 6 years ago
fuzeads v0.2.0
Package for showing Fuze360 ads in your React Native applications.
There are three types of ads Fuze360 this package yet supports. They are native, banner and interstitial.
Package provides three separate components you may import and use.
FuzeInterstitial is used to show interstitial ads.
You may use FuzeNative to show native ads.
And FuzeBanner to show banner ads.
npm install fuzeads --save
or, with Yarn
yarn add fuzeads
// You many import any of the available components and use them
import {
FuzeInterstitial,
FuzeNative,
FuzeBanner
} from 'fuzeads';
// Or you can assign it to a custom name
import {
FuzeInterstitial as MyCustomVariableName
} from 'fuzeads'
// Usage example
<FuzeInterstitial
apiKey="MY_API_KEY"
auth_id="MY_AUTH_ID"
versionID="VERSION_OF_API_YOU_WANT_TO_USE"
skipAdTimeout="WHEN_USER_CAN_CLOSE_THE_AD"
>0.2.0
6 years ago
0.1.9
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago