在NativeModules中未定义的FingerprintAuth

时间:2018-10-07 10:40:36

标签: react-native react-native-android touch-id android-fingerprint-api

我正在使用react-native-touch-id。 iOS可以正常运行,但在Android上出现问题。

TouchID.authenticate() .then() .catch(error => { });

以上代码片段给出了 TypeError: Cannot read property 'authenticate' of undefined

当我深入研究Node_modules时,在文件TouchId.android.js中,在NativeModules中有未定义的FingerprintAuth。

RN: 0.57.2 我尝试删除node_modules并重新设置该库,但是会出现相同的问题。

谢谢

0 个答案:

没有答案