Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 541 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 541 Bytes

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;