- Sign in to your ad mob account and create two apps (Android and iOS).
- Open RealEstateApp project and open ‘env.production’ file.
- Replace ANDROID_ADMOB_KEY and IOS_ADMOB_KEY with the keys generated in previous step.
- Open AndroidManifest.xml and replace admob key placeholder with your android admob key.
- Open Info.plist and and replace admob key placeholder with your iOS admob key (underGADApplicationIdentifier).
- 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.