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

this
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:

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

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:
- Open XCode e open this section below:
- Drag and drop the files inside folder
node_modules/react-native-admob/iosto this section above (except file RNAdMobManager.xcodeproj)
- run
react-native run-iosThen 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 apodspec, 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
Most helpful comment
same issue on android