-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: android build fail due to CREDENTIALS_API #109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NEED THIS FIX URGENTLY
I am on it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@faizalshap - Any way to make this work in older versions? Since the older version of my app has a good installation base. |
Which version? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FIx this asap
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working
Please Fix this issue asap |
how ? |
\node_modules\react-native-otp-verify\android\src\main\java\com\faizal\OtpVerify\OtpVerifyModule.java:54: error: cannot find symbol got above error. Please update as soon as possible |
@faizalshap please approve and merge asap |
Ok |
having same issue with 1.1.4 |
there's no way it will automatically work for previous versions, if you need to definitely use old versions you need to either patch it or if possible set playServicesVersion or googlePlayServicesVersion in your build.gradle. Refer to this comment for more details: #108 (comment) |
updated to 1.1.6. now working. thanks for reply |
Fixes build error
Build was failed, and i got following error:
fixes: #108