isSensorAvailable
Indicates the overall availability of fingerprint sensor. It will resolve to true
or false
isSensorAvailable(): Promise< "Touch ID" | "Face ID" | boolean>;
Example:
import RNSInfo from 'react-native-sensitive-info';
SINFo.isSensorAvailable();