Skip to main content
Version: 5.x

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();