What is the recommended version of the expo to integrate react-native-google-mobile-ads?
I have tried integrating the react-native-google-mobile-ads with Expo v48. But unfortunately, I got an error.
**Error:** "Invariant Violation: requireNativeComponent: 'RNGoogleMobileAdsBannerView' was not found in the UIManager".
# app.json
{
"expo": {
...
},
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-xxxxxxxx~xxxxxxxx"
}
}
make sure you follow the setup properly, add admob id on app.json config
Source: https://docs.page/invertase/react-native-google-mobile-ads