Rajat421 / react-native-sms-retriever-api

Checkout my blog to have clear understanding whats this package does
https://medium.com/groww-engineering/google-sms-retriever-api-integration-with-react-native-fab31947f438
11 stars 10 forks source link

GoogleApiClient deprecated fix #11

Open pushpendrayadav006 opened 7 months ago

pushpendrayadav006 commented 7 months ago

When building the React Native app, an error was encountered due to the deprecation of GoogleApiClient. The error specifically affected the availability of com.google.android.gms.auth.api.credentials.*, causing the build to fail.

Error: Execution failed for task ':react-native-sms-retriever-api:compileDebugJavaWithJavac'.

The issue is discussed on Stack Overflow: Link to Stack Overflow Question

Fixed the issue by using new GoogleApi.