Álvaro Luiz Andrade

Results 6 comments of Álvaro Luiz Andrade

Try to insert `accessControl: Keychain.ACCESS_CONTROL.BIOMETRY_ANY` argument in options for Keychain.getGenericPassword(options); ```javascript async load() { try { const options = { authenticationPrompt: { title: 'Authentication needed', subtitle: 'Subtitle', description: 'Some descriptive...

@anhquan291 did you set `sevice` in `Keychain.setGenericPassword()` and `Keychain.getGenericPassword()`?

Hello, I think we have a security issue here. The issue is caused by [setUserAuthenticationValidityDurationSeconds()](https://github.com/oblador/react-native-keychain/blob/67bee0739cabfe931cf048c409266b0be44693f3/android/src/main/java/com/oblador/keychain/cipherStorage/CipherStorageKeystoreRsaEcb.java#L229) The authentication is valid for the defined time in seconds. If you unlock the device...

I am getting this error when try to `import csc from 'country-state-city'` in react-native project. ` ERROR RangeError: Maximum call stack size exceeded. `

You can try this: `const jobsRunning = bree.config.jobs.map((j: { name: string }) => j.name)`