GithubHelp home page GithubHelp logo

kalontech / react-native-touch-id-android Goto Github PK

View Code? Open in Web Editor NEW
31.0 2.0 14.0 28.42 MB

Touch ID module for Android

License: MIT License

Java 99.13% JavaScript 0.54% Shell 0.09% Python 0.07% Objective-C 0.18%

react-native-touch-id-android's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

react-native-touch-id-android's Issues

Question

whether this package supports all the android devices with all versions?

Method does not override or implement a method from a supertype

When following the instructions provided in the README i get the following error when compiling the project:

node_modules\react-native-touch-id-android\android\src\main\java\co\eleken\react_native_touch_id_android\FingerprintPackage.java:24: error: method does not override or implement a method from a supertype
@OverRide
^
1 error
:react-native-touch-id-android:compileReleaseJavaWithJavac FAILED

I'm not exactly sure what causes the problem, so any help would be greatly appreciated! :)

Add an extended description of the connection

1 - android/build.gradle:

allprojects {
repositories {

    ...
    maven { url "https://jitpack.io" } // <--- add this line
}

}

2 - android/app/src/main/java//MainApplication file:
import com.smixx.fabric.FabricPackage;
import com.github.ajalt.reprint.core.Reprint;
and
public void onCreate() {
super.onCreate();
Reprint.initialize(this); // <- add this line
}
and
return Arrays.asList(
....
....
new FingerprintPackage()
)

Not showing user prompt

I'm not sure this is an issue. it's more of a question. Does Android have a default prompt to ask a user to scan fingerprints or would I need to wire one up? I saw the screenshot in your readme, but whenever I call the requestTouch method, I'm not seeing the prompt.

It is, however, waiting for a fingerprint. If I auth with telnet (I'm on an emulator), the requestTouch method returns true.

Thanks in advance!

FingerprintPackage is broken after React Native 0.47

Hi Vasiliev90,

In React Native 0.47, facebook removed createJSModules method from com.facebook.react.ReactPackage interface. As a result, you have to remove this method from your FingerprintPackage class, too. Could you please update your code? Thanks.

Error while generating build in Android

There is an error while generating build in android.

Error processing .../android/app/build/intermediates/exploded-aar/com.github.ajalt.reprint/reprint_spass/2.9.2/jars/libs/pass-v1.1.4.jar:com/samsung/android/sdk/pass/SpassFingerprint.class: broken class file?
Error processing .../android/app/build/intermediates/exploded-aar/com.github.ajalt.reprint/reprint_spass/2.9.2/jars/libs/pass-v1.1.4.jar:com/samsung/android/sdk/pass/support/SdkSupporter.class: broken class file?
Error processing .../android/app/build/intermediates/exploded-aar/com.github.ajalt.reprint/reprint_spass/2.9.2/jars/libs/pass-v1.1.4.jar:com/samsung/android/sdk/pass/support/v1/FingerprintManagerProxyFactory$a.class: broken class file?

modal show repeat

finger touch at app login , when logout , two or more modal show in login .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.