Tuesday, April 4, 2017

react-native-admob doesn't show any ads

Leave a Comment

Here is my code. But it only displays two red dots. No errors and so on. Any ideas what is wrong? Thanks

... import {     AdMobBanner, } from 'react-native-admob'  export default class AboutApp extends Component {      constructor(props) {         super(props);     }      render() {         return (             <View style ={styles.container}>                  <AdMobBanner                     bannerSize="fullBanner"                     adUnitID="ca-app-pub-7257084341937***/7776***"                     testDeviceID="EMULATOR"                     didFailToReceiveAdWithError={this.bannerError} />             </View>         );     } } 

0 Answers

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment