Admob Configuration

How to Integrate Google AdMob in your App

Introduction

AdMob is a multi platform mobile ad network that allows you to monetize your android app. By integrating AdMob you can start earning right away. It is very useful particularly when you are publishing a free app and want to earn some money from it.

Integrating AdMob is such an easy task that it takes not more than 5mins. In this article we’ll build a simple app with two screen to show the different types of ads that AdMob supports.

Creating Ad Units

First, you need to create an AdMob account: Here

After creating banner ad unit you have to place you adUnit id in following file.

Config.js in React Native Project

go to the SMARTNEWS> src > Config > index.js > repels the Ad ID in banner & Interstitial

Last updated