
A react-native component for Google AdMob banners
The react-native-admob npm library is a module for Google AdMob Banners, Interstitials, and Rewarded Videos, as well as DFP Banners. It provides components for banners while using an imperative API for interstitials and rewarded videos. The master branch tracks development of version 2, which is currently in beta, while version 1 can be accessed via the 1.x branch.
The react-native-admob npm package offers a versatile solution for integrating various types of ads in React Native apps. With components for banners and an imperative API for interstitials and rewarded videos, along with comprehensive ad event callbacks, it provides a flexible and feature-rich approach to incorporating ads from Google AdMob and DFP into your applications.

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.