Adrop

Initializer for Adrop.


Static Functions

initialize(production: boolean): void

Initializes Adrop

  • use production = true only in the deployment environment.


Usage

import { Adrop } from 'adrop-ads-react-native';

// ...
// TODO set true for production mode
let production = false;
Adrop.initialize(production);

Last updated