1

I am using react-native-touch-id. iOS works fine but got issues with the android.

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

The above snippet gives TypeError: Cannot read property 'authenticate' of undefined

When I dig into the node_modules, in file TouchId.android.js, there is FingerprintAuth undefined in NativeModules.

RN: 0.57.2 I have tried removing the node_modules and re-setup the library, but same problem occurs.

Thanks

snjmhj
  • 1,001
  • 11
  • 21
  • https://github.com/hieuvp/react-native-fingerprint-scanner/issues/58#issuecomment-429626522 this issue is similar to react-native-touch-id – snjmhj Apr 03 '19 at 05:23

0 Answers0