Maycon Line

Results 12 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

Hi, Morning, I was trying to do this manually, trying to pass some prop to it to become a POST. Is there any way to do it? I was having...

i believe that need change version at `android/app/build.gradle` ``` dependencies { def billingVersion = 7.0.0 implementation "com.android.billingclient:billing:$billingVersion" } ``` So I don't know if version 7 is supported yet https://developer.android.com/google/play/billing/migrate-gpblv7?hl=pt-br