-
Notifications
You must be signed in to change notification settings - Fork 299
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
AlertIOS Fixes #95
base: master
Are you sure you want to change the base?
AlertIOS Fixes #95
Conversation
Fixed wrong commit message. Commiting from github due to time issues, sorry
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.
Looks like a couple more additions of this e.g.
react-native-fingerprint-scanner/index.d.ts
Line 106 in a1d25ed
AlertIOS.alert('Authenticated successfully'); |
Sorry for the slow review, thanks again!
@@ -158,7 +158,9 @@ import React, { Component } from 'react'; | |||
import PropTypes from 'prop-types'; | |||
|
|||
import { | |||
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.
Can you remove the extra line breaks here?
eaa9e9b
to
57556a4
Compare
I made a commit with the wrong commit message, so sorry :(.
This a simple PR which fixes a minor problem.