Maycon Line

Results 8 comments of Maycon Line

> If you need to work around this problem, you can change the following row in the `build.gradle` file of this project > `implementation 'com.google.android.gms:play-services-ads:+'` > to > `implementation 'com.google.android.gms:play-services-ads:19.6.0'`....

> > If you need to work around this problem, you can change the following row in the `build.gradle` file of this project > > `implementation 'com.google.android.gms:play-services-ads:+'` > > to...

> Any solution for latest SDK v20+???? using react-native-admob???? > > > > I started to work on new package https://www.npmjs.com/package/@react-native-admob/admob because this package seems to not maintained any more....

> To fix this: > > 1. Ensure you are calling this inside a script script that runs in `setupFilesAfterEnv` NOT `setupFiles` > 2. Change the import in the script...

same problem with v3.5.6, but, this https://stackoverflow.com/questions/70338215/error-while-trying-to-resolve-module-apollo-client-react-native/70352228 helped me.

I replaced `Marker` and `Polyline` with `MarkerF` and `PolylineF`, and it solved it for me