-
Notifications
You must be signed in to change notification settings - Fork 4
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
Added biometric login for ios #120
base: default
Are you sure you want to change the base?
Conversation
78e2136
to
150c904
Compare
(async () => { | ||
const isBiometricSupport = await isBiometricSupported(); | ||
if (isBiometricSupport && isFirstSignIn) { | ||
Alert.alert( |
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.
Could we implement a custom modal with Telios styling not Alert?
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.
I get the reference from our "Save Draft" alert.
-> But If you wish I can create a Modal as Telios styling and we can use where we need it instead of Alert.
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.
Please check comments
14cee8d
to
169bb20
Compare
No description provided.