0.2.0 • Published 5 years ago

fuzeads v0.2.0

Weekly downloads
58
License
-
Repository
-
Last release
5 years ago

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

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago