I am using react-native-fingerprint-scanner for Touch ID, Face Id, Passcode authentication.
Touch ID is working for me but How can I check if device support or not?
I have tried using react-native-touch-id but it is not for Face Id on android.
Is there any way to achieve this for both platforms (iOS/Android)?
Reference:Link

