react-native-passcode-auth icon indicating copy to clipboard operation
react-native-passcode-auth copied to clipboard

React Native authentication with iOS Passcode.

Results 14 react-native-passcode-auth issues
Sort by recently updated
recently updated
newest added

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? ![image](https://cloud.githubusercontent.com/assets/997157/18796952/2fb7b464-8191-11e6-8ae8-a9548bdc52ec.png)

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 ```