AdMob

  1.  Sign in to your ad mob account and create two apps (Android and iOS).
  2. Open RealEstateApp project and open ‘env.production’ file.
    1. Replace ANDROID_ADMOB_KEY and IOS_ADMOB_KEY with the keys generated in previous step.
    2. Open AndroidManifest.xml and replace admob key placeholder with your android admob key.
    3. Open Info.plist and and replace admob key placeholder with your iOS admob key (under
      GADApplicationIdentifier).
  3. AdMob Banner Ad component can be found in src/appAdMob/index.js. Include this component in any screen you want to display a banner ad.