I want to implement face authentication and TouchID (finger) in react native for both platform android and ios. I've implemented IOS side face authentication and TouchId authentication. I am using react-native-touch-id library
In android when i detect face id and try to authenticate with face but it takes finger instead of face.
How can i Implemented Both face and Touch id in android side for React-native app?