I have an application that I just started in expo. It was working fine until I added the 'react-native-google-mobile-ads' package to the application, but after adding it, it started throwing the following errors constantly. Although I did all the configurations, I couldn't find any way.
Expo SDK 0.48 React Native 0.71.8
"react-native-google-mobile-ads": "^11.1.1"
you need to use Expo feature called Expo Development Build
this is step how to run it:
add expo package expo-dev-client
yarn add expo-dev-client
create the new build
eas --platform android --profile development
eas --platform ios --profile development
copy the build on simulator or device
run the expo
expo start --dev-client