React-native-admob: UIManager.RNGADBannerView is undefined

Created on 6 Nov 2017  ·  7Comments  ·  Source: sbugert/react-native-admob

In the RNAdMobBanner.js, in the loadBanner(), the UIManager.RNGADBannerView is undefined.

Version of "react-native-admob": "^2.0.0-beta.2"

My react-native code is as below:

I used create-react-native-app rather than react-native init to initialize my app.

Is anyone facing the same problem as I am ?

Most helpful comment

Now I have the same issue

All 7 comments

Have the same problem over here

i faced the same issue .
this is my post : https://github.com/sbugert/react-native-admob/issues/212

+1

react-native link react-native-admob after that restart app.

Since create-react-native-app uses Expo you will have to “eject” to make it work I’m afraid.

https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md

The issue is continuing.

Now I have the same issue

Was this page helpful?
0 / 5 - 0 ratings