Skip to content

Instantly share code, notes, and snippets.

View kritikinfo's full-sized avatar
💭
You will regret this!

kritikinfo

💭
You will regret this!
View GitHub Profile
@kritikinfo
kritikinfo / AndroidAdMobView.js
Last active October 18, 2019 08:49
gist showing Admob Banner Ad use within react native. It's not perfect, but it works. Not included: build.gradle which needs dependency on play-services-ads.
var { PropTypes, requireNativeComponent } = require('react-native');
var React = require('react-native')
var {
StyleSheet,
View,
} = React;
var iface = {
name: 'AdmobView',