React Native

Example App


Initialize Adrop

  1. Import the Adrop

  2. Initialize the Adrop early in the project’s run-time lifecycle, preferably at launch.

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

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

When production is false, you can check error logs.

Display ad units

Last updated