piuholo
piuholo
If you need to work around this problem, you can change the following row in the `build.gradle` file of the react-native-admob project `implementation 'com.google.android.gms:play-services-ads:+'` to `implementation 'com.google.android.gms:play-services-ads:19.6.0'`. The changes the...
If you need to do the workaround patch manually more than a couple of times, you might want to look into automating it with `patch-package` or creating your own fork....
@TristanH We’ve encountered a similar large-scale issue in production, though _only_ on Android. Did you see this slowness issue affect both platforms or only one of them?