Richard Griffiths
Richard Griffiths
Seems to work fine on the Pixel 4 (need to test other devices) and it's actually more inline with the behaviour/experience seen on iOS with FaceID too.
@Zo2m4bie sure, I'll try to do in the next few days - been bogged down with wrapping up a release but want to PR this soon. I only had a...
@Zo2m4bie Here you go. https://github.com/oblador/react-native-keychain/pull/414 I'd be very interested to see if this works (or doesn't) with the Samsung phone you mentioned. What version of Samsung phone is it that...
What phone was your colleague using? Which biometric method?
Any one of you people asking for a PR could make the PR for this. Take the time to support the library and make this PR. It's a great library...
I'm not sure removing RSA is the right approach here to fix this issue. The issues do seem to need fixing but this would break backwards compatibility for anyone who...
@AdriaRios If you're using RSA on the main branch then it's asymmetric crypto (public/private keys). So it encrypts the data using the public key - so you don't need to...
For example: ``` "FACTION_TYPE:Clan": [ "Heavy_Clan_Lance" ] ``` ``` "FACTION_TYPE:InnerSphere": [ "Heavy_IS_Lance" ] ```
To work around issues with modpacks not setting `IsClan` correctly the following would work: ``` "FACTION_NAME_STARTS_WITH:Clan": [ "Heavy_Clan_Lance" ] ```
This now exists for custom contract types. Plans are to backport this to vanilla contract types at some point in the future.