I am using react-native-biometrics library for login authentication for a banking app I am working. The requirement is to provide both Face ID and Touch ID options to the user so that he can login as per his wish. But while using react-native-biometrics, "biometricType" flag gives only single result. So, is there any way by which I can customise authentication type? Also, how can we handle the same scenario in Android as only a common "Biometrics" type is used in the same? Please help!