react-native-passcode-auth
react-native-passcode-auth copied to clipboard
React Native authentication with iOS Passcode.
Hi, I'm getting this issue 'Cannot read property 'authenticate' of undefined' start react native app. React-Native version: 0.55.4 Please help to check. Thanks.
When I call PasscodeAuth.authenticate I don't get the passcode screen, but instead the TouchID dialog and can validate with my fingerprint. I might be misunderstanding something, but I thought this...
Getting this error for android app while calling this method. PasscodeAuth.authenticate('to demo this react-native component') Error { [TypeError: undefined is not an object (evaluating 'NativePasscodeAuth.authenticate')] line: 4542, column: 626, sourceURL:...
Any idea why this won't build from command line? 
The import syntax has changed in react-native v0.40.0. ref. https://github.com/facebook/react-native/releases/tag/v0.40.0 This PR follows new import syntax, and need a major version bump for react-native 0.40. Thanks! --- This change is ...
Missing [Flow](https://flow.org) annotation: `node_modules/react-native-passcode-auth/PasscodeAuth.ios.js:31` ``` 31: authenticate(reason) { ^^^^^^ parameter `reason`. Missing annotation ```
fixes issue #2