Tapani Saarinen

Results 73 comments of Tapani Saarinen

@mozzius This seems to require integrating expo to the RN app. Tried that and made too many changes to my app, so reverted.

I have the same issue with 14.2.21. When running in localhost works just fine. But when deploying to Vercel then I get this error for my only nodejs api endpoint....

Any progress in this? I'm using these Google libs and they simple do not work: ``` implementation("com.google.android.gms:play-services-auth:21.3.0") implementation("com.google.android.gms:play-services-auth-api-phone:18.2.0") ``` ``` Compilation failed; see the compiler output below. /Users/tapani/.gradle/caches/8.12/transforms/fc4ab65db27b77b03a94362ef9606e5a/transformed/play-services-base-18.5.0-api.jar(/com/google/android/gms/common/GoogleApiAvailability.class): warning: Cannot...