react-native-smartad
v1.6.5
Published
Smart Ad Server SDK React Native bridge
Downloads
54
Readme
react-native-smartad
Smart Ad Server SDK React Native bridge based on sample ios and android
Supports Rewarded Video ad unit.
Getting started
$ yarn add react-native-smartad
Usage
import Smartad from 'react-native-smartad';
await Smartad.initializeRewardedVideo(000000, "0000000", 00000, null)
await Smartad.loadRewardedVideo()
await Smartad.loadAndShowRewardedVideo()
Smartad;