Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Android: Fix CalledFromWrongThreadException when fingerprint auth f…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyrno42 committed Oct 12, 2018
1 parent badd347 commit c850ffd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}

dependencies {
Expand Down Expand Up @@ -36,5 +37,9 @@ repositories {
dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.facebook.conceal:conceal:1.1.3@aar'
implementation 'moe.feng.support.biometricprompt:library:1.0.1'

// Fixes `CalledFromWrongThreadException`
// see: https://github.com/oblador/react-native-keychain/pull/148#issuecomment-428968865
// https://github.com/thorgate/BiometricPromptCompat/commit/776801e1976e58ef7ad9027e402f78da352bfd14
implementation 'com.github.thorgate:BiometricPromptCompat:776801e197'
}

0 comments on commit c850ffd

Please sign in to comment.