This writing is about how to apply Google AdMob into mobile application. I included Banner and Interstitial ads in my React Native Web-view application. * This is continued writing from previous one. 1. Register your application in AdMob First you should have AdMob account. Create one in: https://admob.google.com/home/ Set up new app in your AdMob account. AdMob account need some verification from Google and this will be done normally within few days. 2. React Native Banner ads For official document refer to: https://github.com/invertase/react-native-google-mobile-ads First run the command: npm i react-native-google-mobile-ads Check your app ID in AdMob. Go to your app - app setting, then you can see app ID as below. Put your app ID in app.json as below. The app ID should be out of "expo": {}. , "react-native-google-mobile-ads" : { "android_app_id" : "ca-app-pub-111111111~1111111111111" } In App.js, import components to...
Hello, This blog is mainly about mobile application development, React Native, JavaScript, TypeScript, how to submit the app to play store or app store etc. My major was not in IT field, I don't have any basic knowledge of coding so this blog will cover from very basic knowledge of web development to mobile application development currently I'm doing with React Native. Hope some information in this blog to be helpful for your understanding. FYI.. I`m just studying and developing the mobile application as a hobby, not an expert level. Majored and working in mechanical engineering industry, but not in IT field, or computer engineering etc, so I`m very beginner at this coding, programming etc. Some post and writing may be inaccurate, although I thoroughly searched and studied in Codecademy, major Youtuber etc. Please be my guest, kindly leave some comments if something is wrong.
Comments
Post a Comment