Dave Kuhn
Dave Kuhn
I'm also experiencing the same issue. Without waiting for Face biometry to be implemented is there a way to check if a fingerprint has been setup? Ideally `getSupportedBiometryType()` would only...
Correction to my post above. It turns out that fingerprints are in fact enrolled and `getSupportedBiometryType()` returns `Fingerprint` as it should. However the preferred biometric on the device is set...
Interesting. Diving into the code I think I can see the issue. https://github.com/oblador/react-native-keychain/blob/9dd18b17e34c966c9b8856a312f828f2fd646d09/android/src/main/java/com/oblador/keychain/DeviceAvailability.java#L20 This code doesn't check if Fingerprint is available, it checks if _any_ biometry is available on the...
After sleeping on it I realised the code for the first option doesn't completely resolve the issue since it doesn't tell you that the device _only_ supports fingerprint. Back to...
What platform are you using? Do you know what rendering engine it uses?
Isn't it already exposed? [See line 107](../blob/master/src/angular-mixpanel.js#L107) If that doesn't do the trick can you describe what problem you're trying to solve?
@YooJaSung is right and it sucks. It's a common problem with the formatted address of place details not matching the prediction text. If anyone has a suggestion about how to...
How soon after starting was it that you hit the dex method limit? Are there any negatives or added complexity for newcomers with setting up multidex from the start? I've...
This is awesome, thanks! Two small things: 1. We need unit tests. Can you write a unit test using vows for the new functionality, I'll add tests for the existing...