React-native-keychain: Custom biometrics authentication screen

Created on 6 Mar 2020  路  3Comments  路  Source: oblador/react-native-keychain

The package works great. But im just wondering if there's any way we can use custom screen or custom component when triggering biometrics authentication. For example, i want to build my own custom fingerprint scanner scren, and let package do the verification listening in the background.

Most helpful comment

@taeingyu There is a PR for this already: https://github.com/oblador/react-native-keychain/pull/302

All 3 comments

androidx.biometric.BiometricPrompt is used for user interaction, I think it'd be good to support authenticationPrompt property first for internationalization.

https://github.com/oblador/react-native-keychain/blob/c854720a8945990dc75bbfbd02dc2044bda8aead/android/src/main/java/com/oblador/keychain/KeychainModule.java#L834-L838

@taeingyu There is a PR for this already: https://github.com/oblador/react-native-keychain/pull/302

Mentioned PR is now merged and thus closing this issue

Was this page helpful?
0 / 5 - 0 ratings