Skip to content

No Response on Passcode second time #14

Description

@gadhiyamanan

In IOS, Passcode is working fine but in Android its only working when popup opened for first time after opening app, in second time it just closes without any response or error

"rn-local-authentication": "^1.2.5"

here's my code:
LocalAuthentication.authenticateAsync({ reason: 'Please, authenticate!', fallbackToPinCodeAction: true, fallbackEnabled: true }) .then((response) => { console.log('response-->', response) if (response.success) { navigation.navigate('MyProfile') } else { alert(response.error) } }) .catch((err) => { console.log('err->', err) })

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions