naoufal / react-native-touch-id

React Native authentication with the native Touch ID popup.
https://www.npmjs.com/package/react-native-touch-id
1.47k stars 477 forks source link

Fix enter passcode bug #270

Closed MakeHui closed 10 months ago

MakeHui commented 4 years ago

When you set passcodeFallback= false or true, code does not work, because LAPolicyDeviceOwnerAuthenticationWithBiometrics always true. This PR fix it.

239