I got this error while integrating "React Native Google Mobile Ads".
I follow the installation and setup steps but cannot find the solution.
I'm using Expo,
"dependencies": {
    ...,
    "expo": "~48.0.15",
    "expo-dev-client": "~2.2.1",
    "react-native-gesture-handler": "~2.9.0",
    "react-native-google-mobile-ads": "^11.0.0",
    ...
}
I have followed the official documentation but have not been able to resolve the error https://docs.page/invertase/react-native-google-mobile-ads.
Any help or suggestions would be very much appreciated.