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"
    }
  }