Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/admob-plus/admob-plus/llms.txt

Use this file to discover all available pages before exploring further.

AdMob Plus provides a native module for integrating Google AdMob into your React Native applications.

Package Information

Package Name: @admob-plus/react-native Version: 2.0.0-alpha.2 React Native Compatibility: 0.60.0+ Platforms: Android, iOS

Key Features

Native Module

Built as a native React Native module

TypeScript Support

Full TypeScript definitions included

All Ad Formats

Banner, Interstitial, Rewarded, and more

Auto-Linking

Supports React Native auto-linking

What You’ll Learn

This section covers React Native integration:
  • Installation - Add the package to your project
  • Usage - Implement ads in your React Native app

Package Architecture

The package provides JavaScript/TypeScript APIs that communicate with native AdMob SDKs:
import { AdMob } from '@admob-plus/react-native';

// Initialize
await AdMob.start();

// Use ads in your components
const banner = new AdMob.BannerAd({
  adUnitId: 'ca-app-pub-xxx/xxx',
});

React Native Compatibility

  • React Native: 0.60.0+
  • React: 16.8.1+
  • iOS: 12.0+
  • Android: API 21+

Repository

View on GitHub

Open source and actively maintained

Next Steps

Installation

Install the package in your React Native project

Usage Guide

Learn how to display ads