Closed thomasread99 closed 2 months ago
Got the same error. Just update the react-native-google-mobile-ads to the latest version and it will work.
npm install react-native-google-mobile-ads@latest
@turtlefung I updated to the latest version but I am still getting the error but am still getting errors when I build the app. Did you change anything else? Also, I am getting the following warning: Warning: Root-level "expo" object found. Ignoring extra key in Expo config: "react-native-google-mobile-ads"
which I am wondering if that is to do with it. Do you have the same issue with your app.json file?
@thomasread99 the actual way to use this package was updated recently to use expo plugins correctly and the documentation was just refreshed, so follow it again to make it work correctly
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
What happened?
I have recently updated my project to expo 51, but when I go to build the development client it fails at the
run gradlew
stage with the following error:The iOS development client builds fine. I am building the development clients with EAS. Any ideas?
Platforms
Only on Android
React Native Info
Are your using Typescript?
package.json
app.json
ios/Podfile
No response
android/build.gradle
No response
android/app/build.gradle
No response
android/settings.gradle
No response
AndroidManifest.xml
No response