Запитання 13
What is the recommended plan to implement biometric authentication (FaceID/Fingerprint) in a React Native application?
Варіанти відповідей
Use libraries like react-native-keychain or expo-local-authentication, check hardware availability, unlock credentials using biometrics, provide PIN/password fallbacks, and handle permission rejections gracefully
Ignore fallback methods and only use biometrics
Implement biometrics without checking device compatibility
Store biometric data directly in AsyncStorage