hasEnrolledFingerprints
Checks the enrollment status of fingerprints on the device (Android only).
It will return true
if detected otherwise returns false
hasEnrolledFingerprints(): Promise<boolean>
Example:
import RNSInfo from 'react-native-sensitive-info';
SINFo.hasEnrolledFingerprints();