React-native-admob: "RNGADBannerView" was not found in the UIManager

Created on 3 Aug 2019  路  11Comments  路  Source: sbugert/react-native-admob

Getting "RNGADBannerView" was not found in the UIManager error in RN "react-native": "0.60.4",

I have followed all the solutions given in the older issues, but still, I am getting this error, I believe that the issue arises again with >0.60. Please, someone, help me with
Screen Shot 2019-08-03 at 6 02 11 PM
this

Linking RN 0.60.x

Most helpful comment

same issue on android

All 11 comments

I face the same issue. No such issue in Android.

@jothikannan Did you solve this issue? I'm having the same problem :/

@jothikannan @adrianchancy
I solved this issue linking manually on XCode. Follow these steps:

1) Open XCode e open this section below:

Screen Shot 2019-08-17 at 18 52 07

2) Drag and drop the files inside folder node_modules/react-native-admob/ios to this section above (except file RNAdMobManager.xcodeproj)

Screen Shot 2019-08-17 at 18 54 37

3) run react-native run-ios

Then it's working for me.

thanks @jonatasnardi
Anyway, as I could not solve it, I shifted to use react-native-firebase

@jothikannan @adrianchancy
I solved this issue linking manually on XCode. Follow these steps:

  1. Open XCode e open this section below:

Screen Shot 2019-08-17 at 18 52 07

  1. Drag and drop the files inside folder node_modules/react-native-admob/ios to this section above (except file RNAdMobManager.xcodeproj)

Screen Shot 2019-08-17 at 18 54 37

  1. run react-native run-ios

Then it's working for me.

this works for me

I've pushed a new beta version (v2.0.0-beta.6) that includes a podspec, so the autolinking functionality should now work, without manually adding the files to the Xcode project.

thanks @jonatasnardi
Anyway, as I could not solve it, I shifted to use react-native-firebase

does react-native-firebase provide admob?

I've pushed a new beta version (v2.0.0-beta.6) that includes a podspec, so the autolinking functionality should now work, without manually adding the files to the Xcode project.

what about android, cuz i am getting the same problem... 馃槩

same issue on android

same issue on android...

I also have the same issue on Android

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xencodes picture xencodes  路  5Comments

ozmaat picture ozmaat  路  3Comments

vu-dang picture vu-dang  路  5Comments

xvlm picture xvlm  路  5Comments

lydongray picture lydongray  路  4Comments