React-native-admob: Malformed calls from JS: field sizes are different.

Created on 17 Jan 2018  路  3Comments  路  Source: sbugert/react-native-admob

I have this error in IOS similator for Interstitial,
AdMobBanner and AdMobRewarded working succesfully.

ExceptionsManager.js:73 Malformed calls from JS: field sizes are different.

[[66,67,67,23],[0,0,2,0],[[],["ca-app-pub-393.../...393"],[4,2000,1516180490756,false]],57]
"react": "16.2.0",
"react-addons-update": "^15.6.2",
"react-native": "0.52.0",
"react-native-admob": "^2.0.0-beta.4",
"react-native-elements": "^0.18.5",
"react-native-splash-screen": "^3.0.6",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.0-beta.23",

Most helpful comment

I'm changed my code
AdMobInterstitial.requestAd(AdMobInterstitial.showAd);
to
AdMobInterstitial.requestAd().then(() => AdMobInterstitial.showAd());
then fixed.

All 3 comments

I'm changed my code
AdMobInterstitial.requestAd(AdMobInterstitial.showAd);
to
AdMobInterstitial.requestAd().then(() => AdMobInterstitial.showAd());
then fixed.

did not work for me

me neither

Was this page helpful?
0 / 5 - 0 ratings

Related issues

booboothefool picture booboothefool  路  3Comments

jonigl picture jonigl  路  4Comments

thekiwi picture thekiwi  路  4Comments

MohsinTariq10 picture MohsinTariq10  路  6Comments

xvlm picture xvlm  路  5Comments